How to return Context/Parameters from Fulfillment dialog flow
812 views
Skip to first unread message
Aymal Khalid Khan
unread,
Jul 21, 2022, 11:46:25 AM7/21/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dialogflow CX Edition users
I want to return a context variable service_desk_phonenumber from the backend using web hook. I am able to return responses but not any variables/context. Once the context variable is returned to dialog flow I want to set it as a parameter to service_desk_phonenumber. So I can use the variable sent from backend in my dialog flow responses. How to return context in fulfillment ?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dialogflow CX Edition users
Parameters exist within the output contexts in Fulfillment response. You need to specify the parameter you want to add / update in your respective output context while sending a response back from your web hook.