当无法识别用户的话语时,如何在 DialogFlow 中连接回意图?

How to connect an back to intent in DialogFlow when the user's utterance is not recognized?

我正在 Dialog Flow 中制作一个机器人,我有一些链接在一起的意图。但是,一旦我最终说出不属于 user says 的短语,机器人就会退出整个意图链并忽略我接下来尝试输入的相关上下文。

我有办法避免这种情况吗?

好像我只需要使用后备意图,如文档所述here