
Ultimate access to all questions.
You are tasked with developing a chatbot for an online retailer to enhance their customer service by handling both text and voice inquiries. Given the retailer's requirements, you need a solution that requires minimal coding or no coding at all. Additionally, it should be straightforward to train the chatbot to recognize and respond to specific keywords. What approach should you take to achieve this?
A
Use the Cloud Speech-to-Text API to build a Python application in App Engine.
B
Use the Cloud Speech-to-Text API to build a Python application in a Compute Engine instance.
C
Use Dialogflow for simple queries and the Cloud Speech-to-Text API for complex queries.
D
Use Dialogflow to implement the chatbot, defining the intents based on the most common queries collected.