dialogflow :: 同时检测意图和切换上下文

dialogflow :: detect intent and switch context at the same time

在 dialogflow 中检测意图时是否有任何方法可以切换或更改上下文?

N.B:我的要求是不能使用webhook。

不,这是不可能的。如果您在没有代码的情况下使用 Dialogflow,则设置上下文与 Dialogflow 检测到的事件相关联。

如果“无法使用 webhook”仅表示您无法托管服务器,那么您也可以尝试 inline editor 在检测到意图后处理上下文设置。

尽管我们无法在检测意图时切换上下文,但我们可以在设计时和运行时设置上下文。

我最终在运行时设置了上下文,它达到了我的目的。

为方便起见,您可以查看文档here