AZ-204 · Question #22
Case Study 4 - Best for You Organics Background Best for You Organics Company is a global restaurant franchise that has multiple locations. The company wants to enhance user experiences and vendor int
The correct answer is A. Use the Bot Framework REST API attachment operations to send the user's voice and the. Scenario: Enable users to place an order for delivery or pickup by using their voice. You must develop a chatbot by using the Bot Builder SDK and Language Understanding Intelligence Service (LUIS). The chatbot must allow users to order food for pickup or delivery. The Bot Framewo
Question
Options
- AUse the Bot Framework REST API attachment operations to send the user's voice and the
- BUse the Direct Line REST API to send the user's voice and the Speech Service API to recognize
- CUse the Speech Service API to send the user's voice and the Bot Framework REST API
- DUse the Speech Service API to send the user's voice and the Direct Line REST API to recognize
How the community answered
(39 responses)- A79% (31)
- B3% (1)
- C5% (2)
- D13% (5)
Explanation
Scenario: Enable users to place an order for delivery or pickup by using their voice. You must develop a chatbot by using the Bot Builder SDK and Language Understanding Intelligence Service (LUIS). The chatbot must allow users to order food for pickup or delivery. The Bot Framework REST APIs enable you to build bots that exchange messages with channels configured in the Bot Framework Portal, store and retrieve state data, and connect your own client applications to your bots. All Bot Framework services use industry-standard REST and JSON over HTTPS. The Speech Service API is used to recognize intents. https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector- concepts?view=azure-bot-service-4.0 https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-recognize- intents-from-speech-cpp
Topics
Community Discussion
No community discussion yet for this question.