Search code examples
pythondialogflow-esgoogle-apis-explorer

dialogflow :: detect intent and switch context at the same time


Is there any way to switch or change context while detecting intent in dialogflow?

N.B: my requirement is such a way that I can't use webhook.


Solution

  • Whereas we can't switch context while detecting intent,but we can set the context at design time and runtime.

    I have ended up setting context at runtime and it served my purpose.

    For convenience you can check the documentation here