does anyone know which license I need for executing bot channels registration?
I followed folling tutorial and my license (O365 Business Basic) is not sufficient: https://learn.microsoft.com/de-de/azure/bot-service/bot-service-quickstart-registration?view=azure-bot-service-4.0
Upon the link you provided in the question, I am not sure which channel would you like to add, and the link just describing how to create a bot service in azure portal. This action just need a subscription in your tenant so that you can pay for your bot service.
If I misunderstood your mean, pls offer more details, thx.
==============================UPDATE============================
You can create an account for free.
If you haven't got a subscription, you'll see this page when visit bot service:
If you don't get a correct subscription, you may see error message when creating bot:
You no need Office365 licenses for Bot Services.
You can test you bot setting via "Test in Web Chat" feature
https://learn.microsoft.com/en-us/azure/bot-service/abs-quickstart?view=azure-bot-service-4.0#test-the-bot
Related
I'm not able to find the Service Account that usually shows up under the Project ID in this screenshot. I see online when people create an agent, they have a service account (already created) that is linked under the Project ID. Once Clicked, the Service Account will show it is of Dialogflow Integrations and you can make a key. How come I do not have a Service Account already made and how do I get a Dialogflow Integrations Service account like everyone else?
What I see:
Dialogflow Dashboard
What others see when they make an agent:Dialogflow with Service Account
Service Account for Dialogflow Integrations
I've read elsewhere that the integrations feature is only available for region US ("global") so I suggest you try making your agent on region "global".
This worked for me today.
We have a bot service running in MS Azure and a corresponding Teams app. This bot service is used by multiple customers. Requirement is to allow customers to change the bot name/icon that is shown in the Teams chat (please refer image below).
We can change the name and icon by changing it in the Teams App. However, this will require creating a separate Teams app for each customer. Is it possible to control this via the bot service code running in Azure? We want to do it programmatically based on logged-in user's domain. Is there anyway to do it?
Edit: Found a related post
Thanks
Vivek
This is not possible within a single bot - it's set at the level of the the bot registration, in Azure, and so can't be changed tenant by tenant in Teams, for example. You'd need to create a bot for every customer (tenant), or go with a generic name and image. You can of course customize the welcome message, responses from the bot, etc.
I was trying to add a Chat Bot integrated with Knowledge Base to Skype For Business Channel.
I understand that, it will be added by the Tenant Administrator.
My question here is, as we are working on POC we need to understand that if we add any BOT, then it will be considered as a new User and incurr some license cost for that or it is just a Service User which will not incurr any cost?
I could not find more information on this. Can anybody please let me know the information for the same to proceed.
The costs can be split into two parts
user of your Azure Active Directory will cost you the same money like any other non-chatbot user. You'll of course need one user for each chatbot you may want to connect to your network.
your Azure Bot Service will be charged the same way like any non Skype for Business (S4B) chatbot - See here
I am trying to enable Cortana channel to my Azure Bot Service. I am getting below message-
The bot was created by my official MSA ID under a subscription. I checked the publish profile and it seems the username and password is different and probably auto generated when I created the bot in Azure. Do I need to change the publish profile to use my official ID and password? In that case my credentials will be visible to anyone who is using the app in Azure portal.
Also my app seems to be registered on the bot framework portal-
However while navigating to-
https://dev.botframework.com/bots/channels?id=mybotid&channelId=cortana
I see the same message saying Cortana channel cannot be added.
Few observations-
Unable to edit the app ID field
Anyone can access the link- https://dev.botframework.com/bots/settings?id=mybotid even if the ownership is only having my email ID
Any help on this?
I have now spent too much time on this issue and still can't seem to fix it.
I have an Azure Bot and I have configured it for Microsoft Teams and Skype.
They do not seem to be working.
The Skype Bot Publish is still 'inReview', I can add the Bot as a contact on skype/teams and when I send a message it is 'Sent' according to Skype, but I do not get a reply.
The Azure Webchat (Test in Webchat) works flawlessly on the Azure Web interface.
There must be something that I'm missing?
Since the last update there does not seem to be an updated how to or explanation to the newly added fields.
When you publish the Skype channel there is an option:
Bot website? What should be put here?
Also on the Calling section:
Webhook (for calling)
Thank you.
More pictures: