简体   繁体   中英

How to add Default Fallback intents in dialogflow

I imported a prebuilt Support agent in dialogflow and don't seed Default Welcome and Fallback Intents. I found that Welcome Intent can be created by myself by adding the WELCOME event into the events list. But how Fallback can be created?

I looked into official documentation ( https://dialogflow.com/docs/intents/default-intents ) and doesn't show any way to add Fallback Intent. There is not a Fallback event also.

On the intents page there are three dots besides Create Intent button, when you click on it there will be option Create Fallback Intent .

It will behave like universal fallback intent which you want.
If you want it to act only in certain conditions then you need to define input contexts as well.
Please note that no two fallback intents can have same input contexts.

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM