Podcast
Questions and Answers
What should you click on from the 'Settings' tab of your bot in the Azure portal to generate a secret?
What should you click on from the 'Settings' tab of your bot in the Azure portal to generate a secret?
Where can you find the 'Certificates & secrets' if you search 'Azure Active Directory' in the Azure portal?
Where can you find the 'Certificates & secrets' if you search 'Azure Active Directory' in the Azure portal?
What type of platform should you choose when adding a new platform in the Microsoft Application Registration Portal?
What type of platform should you choose when adding a new platform in the Microsoft Application Registration Portal?
What type of request should you make to obtain an access token using the endpoint provided?
What type of request should you make to obtain an access token using the endpoint provided?
Signup and view all the answers
What should you set as the 'grant_type' parameter in the request body to obtain an access token?
What should you set as the 'grant_type' parameter in the request body to obtain an access token?
Signup and view all the answers
What should you include in the request body as the 'scope' parameter to obtain an access token?
What should you include in the request body as the 'scope' parameter to obtain an access token?
Signup and view all the answers
What type of request should you make to send a message using the Bot Framework API?
What type of request should you make to send a message using the Bot Framework API?
Signup and view all the answers
Where can you find the conversationId and recipientId to store for sending messages to users?
Where can you find the conversationId and recipientId to store for sending messages to users?
Signup and view all the answers
What should act as the webhook to receive incoming activities from the Bot Framework API?
What should act as the webhook to receive incoming activities from the Bot Framework API?
Signup and view all the answers
What should you do to obtain the conversationId and recipientId of the user when the user interacts with the Bot?
What should you do to obtain the conversationId and recipientId of the user when the user interacts with the Bot?
Signup and view all the answers
What should you do to send a message back to the user using the conversationId and recipientId?
What should you do to send a message back to the user using the conversationId and recipientId?
Signup and view all the answers
What should you use to send adaptative cards?
What should you use to send adaptative cards?
Signup and view all the answers
What should you search for in the Azure portal to register your bot?
What should you search for in the Azure portal to register your bot?
Signup and view all the answers
Where can you find the 'Microsoft App ID' after registering your bot?
Where can you find the 'Microsoft App ID' after registering your bot?
Signup and view all the answers
What is the first step to start talking to users with a bot on Teams?
What is the first step to start talking to users with a bot on Teams?
Signup and view all the answers
Where can you find the documentation to explain how to create a bot with Azure and configure it to send messages to users on Teams?
Where can you find the documentation to explain how to create a bot with Azure and configure it to send messages to users on Teams?
Signup and view all the answers
What is the first step to register a bot with Azure Bot Service?
What is the first step to register a bot with Azure Bot Service?
Signup and view all the answers
Where can the 'Microsoft App ID' be found after registering the bot?
Where can the 'Microsoft App ID' be found after registering the bot?
Signup and view all the answers
What is required to be filled in after selecting 'Bot Channels Registration'?
What is required to be filled in after selecting 'Bot Channels Registration'?
Signup and view all the answers
Which link provides information about building cards in the developer portal?
Which link provides information about building cards in the developer portal?
Signup and view all the answers