简体   繁体   English

如何在dialogflow中添加默认回退意图

[英]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. 我在dialogflow中导入了预构建的支持代理,并且不植入默认欢迎和后备意图。 I found that Welcome Intent can be created by myself by adding the WELCOME event into the events list. 我发现可以通过将WELCOME事件添加到事件列表中来自己创建Welcome Intent。 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. 我查看了官方文档( https://dialogflow.com/docs/intents/default-intents ),但没有显示任何添加回退意图的方法。 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 . 在“意图”页面上,除了“ Create Intent按钮外还有三个点,当您单击它时,将出现“ 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. 如果您希望它仅在特定条件下起作用,则还需要定义input contexts
Please note that no two fallback intents can have same input contexts. 请注意,没有两个后备意图可以具有相同的输入上下文。

Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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