Kelvin_Lau | 2020-11-06 06:00:23 UTC | #1
Hello everyone,
I have few questions regarding Dialogflow voicebot integration.
- How to pass all the active context and parameters as one object to Architect upon transfer without listing them one by one in the Dialogflow console? Currently, I have to specify each of them(e.g. #customerinfo.producttype ; #customerinfo.claimtype...)
But clearly it doesn't make sense as I would never know what active parameters/context will be upon transfer. For example, I have the following raw response and I want to pass it at once to Architect.
{ "lifespanCount": 87, "name": "customerinfo", "parameters": { "producttype.original": "medical insurance", "producttype": "Medical", "claimtype.original": "Surgical charges", "claim_type": "Medical claims", } }
- For webservice call/data actions, is there a way to get the Dialogflow session ID as Session Output variable in Architect? I am not sure where to get this ID after I create a Key Name that maps to parameter in DF.
Thanks in advance for your help! Kelvin
system | 2020-12-04 04:53:00 UTC | #2
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 9222