exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 7 question 6 discussion

Actual exam question from Microsoft's AZ-300
Question #: 6
Topic #: 7
[All AZ-300 Questions]

You need to implement the purchase requirement.
What should you do?

  • A. Use the Bot Framework REST API conversation operations to send the user's voice and the Speech Service API to recognize intents.
  • B. Use the Direct Line REST API to send the user's voice and the Speech Service API to recognize intents.
  • C. Use the Speech Service API to send the user's voice and the Bot Framework REST API conversation operations to recognize intents.
  • D. Use the Bot Framework REST API attachment operations to send the user's voice and the Speech Service API to recognize intents.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 5 years, 4 months ago
No, this is correct 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. References: 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
upvoted 13 times
cacasodo
5 years, 1 month ago
Additional info: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview
upvoted 1 times
...
...
Happiman
Highly Voted 5 years, 3 months ago
Answer is A: https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0
upvoted 8 times
...
sagnikmukh
Most Recent 5 years, 3 months ago
It can be B, https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk.md
upvoted 3 times
...
bbbb
5 years, 5 months ago
I think the answer should be C. The speech audio should be processed by the Speech service API using speech to text (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview), then processed via the Bot framework conversations to recognize the users intent (https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-conversations?view=azure-bot-service-4.0).
upvoted 3 times
jonnybugaloo
4 years, 11 months ago
You are right in you comment, but you didn't understand the options. The given answer do exactly what you meant on The speech audio should be processed by the Speech service API using speech to text.
upvoted 1 times
tartar
4 years, 9 months ago
A is ok
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...