You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
I am encountering a very weird problem with the Dialog endpoint of the API ( Dialog Endpoint ). Well, I have set an actions if a particular intent is triggered. The action does the following -
Send a quick reply - "Successful in calling webhook"
Now, when I am trying to fetch the information about this conversation using the above mentioned endpoint, I am not getting the information about the Webhook call.
Ideally, the messages key in the returned response should contain all the configured responses for a particular Action, right ? . The returned response only contains information about the message and the quick reply . The info about the Webhook call is missing. Sample response below -
I am encountering a very weird problem with the Dialog endpoint of the API ( Dialog Endpoint ). Well, I have set an actions if a particular intent is triggered. The action does the following -
Now, when I am trying to fetch the information about this conversation using the above mentioned endpoint, I am not getting the information about the Webhook call.
Ideally, the messages key in the returned response should contain all the configured responses for a particular Action, right ? . The returned response only contains information about the message and the quick reply . The info about the Webhook call is missing. Sample response below -