Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can you add custom payload with Generative AI fallback?

After Gen AI fallback is triggered in Dialogflow CX, I want to have a follow up question asked. "If you have a followup question, please type in below or make a selection if I was able to answer your question." Then 2 buttons yes and no.  

Is there a way to add custom payload responses within the Gen AI fallback? Currently I have the no-match gen ai fallback routed to another page where the condition is true and on the new page, I insert my custom payload and text.  I would rather do this without creating another page and do it within the get.intent page (where deterministic, datastore, and gen ai fallback are located) or Gen AI fallback prompt or no-match-default handler vs. creating new page

0 1 180
1 REPLY 1

Currently, there is no way to give a custom payload with the Gen AI fallback, you will need to use the classic fallback by calling a webhook.