
Ultimate access to all questions.
You are tasked with developing a chatbot for an e-commerce business to improve customer service by handling both text and voice queries. The solution should require minimal coding and allow for easy training of the chatbot to respond based on keywords. Which approach should you take?
A
Develop a Python application in App Engine using the Cloud Speech-to-Text API.
B
Develop a Python application in a Compute Engine instance using the Cloud Speech-to-Text API.
C
Implement Dialogflow for simple queries and the Cloud Speech-to-Text API for complex queries.
D
Implement the chatbot using Dialogflow, defining intents based on the most common customer queries.