dialogflow-esdialogflow-cx

Dialogflow CX - How to make an API Call to a specific Flow


How can I make a Google Dialogflow REST API call to a specific flow? I basically want to query an intent detection for a different flow other than the "Default Start Flow".

For example I can use this link to make an API call:

https://{endpoint}/v3/{session=projects/*/locations/*/agents/*/sessions/*}:detectIntent

Except it will use the Default Start Flow.


Solution

  • I just realized that it does not make sense to do this, what we should be doing instead is creating a route from the "Default Start Flow" to the other Flow