Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

Info

The chatbot is not working after connecting with Dialogflow.

The chatbot doesn't respond after Publish/deployment.

...

The step by step guide to troubleshoot this issue is given below.

  1. If successfully connected to Dialogflow but unable to launch the chatbot, deploying a flow in the Experience Designer will help. (Move a node and click the deploy button in the Experience Designer to do a dummy deployment.)

  2. If you are logged in the chatbot, log out and log in again. The token might have expired due to inactivity and re-logging in will refresh the token.

  3. If you see [Objec, Object] error under the Bot Provider V2 node, publish the interaction model to Google Dialogflow.

  4. If you see Webhook Call failed under the Bot Provider V2 node, there can be two causes for this error.

    1. In Experience Designer, the flow is incomplete. Please ensure that each flow output reaches the respective response nodes.

    2. In Dialogflow, the webhook is not enabled for that intent.

...