Jerin Kurian
Jerin Kurian

Reputation: 174

Integrate google assistant with external chat bot data source instead of sing dialog flow or actions on google

We are trying to develop an application with Google Assistant. We already have a chat bot data source. Is it possible to connect Google Assistant to a third party data source instead of using Dialogflow. So in the final solution the Google Assistant will act as speech to text and text to speech medium.

Upvotes: 1

Views: 124

Answers (1)

Prisoner
Prisoner

Reputation: 50701

Yes, you can take a look at the Action SDK, which will POST to your webhook containing a JSON payload that includes the speech-to-text, and receive a response from you a JSON payload consisting of your reply.

Upvotes: 1

Related Questions