Assigned
Status Update
Comments
rm...@google.com <rm...@google.com> #2
Hello,
Thank you for reaching out.
This issue was forwarded to our product team. Please keep in mind that this issue has to be analyzed and considered by the product team and I can't provide you ETA for it to be delivered. However, you can keep track of the status by following this thread.
Kind Regards
Description
We need to allow connect webhook calls to cancelled slot fill, so that we are able to cancel slot filling and when we cancel slot filling, contexts are automatically cleared.
Here is the scenario:
When webhook call for slot filling is enabled in an intent, Dialogflow sends a web request for each turn of user dialog so that the fulfillment code can dynamically respond to the user. We use this feature extensively in our agent development. When the user "escapes" the slot filling dialog turns through a reserved phrase such as "Start Over", Dialogflow is not sending a web request so that fulfillment code can clean up its state and possibly respond to the user intelligently. So we're looking for a solution that allows us to get the web request when user cancels slot filling.