dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 281 forks source link

Fix and error to end conversations in Android devices #266

Open arrivabeni opened 4 years ago

arrivabeni commented 4 years ago

Fix and error to end conversation using Google Assistant on Android devices, because the Dialogflow's fulfillment response Json must have the field "end_interaction" with the value true to finish the conversation.