Question 224 of 307
Single answerYou are implementing a chatbot to help an online retailer streamline their customer service. The chatbot must be able to respond to both text and voice inquiries.
You are looking for a low-code or no-cade option, and you want to be able to easily train the chatbot to provide answers to keywords. What should you do?
AUse the Cloud Speech-to-Text API to build a Python application in App Engine.
BUse the Cloud Speech-to-Text API to build a Python application in a Compute Engine instance.
CUse Dialogflow for simple queries and the Cloud Speech-to-Text API for complex queries.
✓DUse Dialogflow to implement the chatbot, defining the intents based on the most common queries collected.
✓
Correct Answer: D
Use Dialogflow to implement the chatbot, defining the intents based on the most common queries collected.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.