1

I am trying to develop an agent using DialogFlow. When doing this, it is possible to debug the agent via the link https://console.dialogflow.com/api-client/#/assistant_preview .This (sort of) works as far as it allows me to interact with my agent etc. On the DialogFlow integrations page I can create a "Web Demo". Typing in exactly the same interactions with the web demo when trying to perform user sign in fails, where as on the simulator it works.

This may be similar to Dialogflow Agent works in Google simulator, failed in console and web link

Surely both methods of interaction should work the same way otherwise this is impossible to test with any level of confidence.

Richard Green
  • 2,037
  • 2
  • 20
  • 38

1 Answers1

1

User sign-in is an Assistant feature that Dialogflow supports, but it is not a Dialogflow feature.

The Web Demo is just that - a demo. You can use the Dialogflow Detect Intent API and provide your own authentication system through that if that's what you're trying to do.

If you're looking to test just the Dialogflow interaction, you can test that using the simulator on the right hand side of the page.

Prisoner
  • 49,922
  • 7
  • 53
  • 105