使用 Dialogflow 触发自定义警报短语(意图)

Trigger a custom alert phrase (Intent) with Dialogflow

我是 Dialogflow 的新手,虽然很容易理解,但我无法使用自定义事件触发 Intent。

我必须执行的任务是,当在后端 node.js webhook 中检测到警报时(例如:老板想要完成某事),google 助手必须提醒员工。

我试过:

  1. https://dialogflow.com/docs/events/custom-events

  2. https://developers.google.com/actions/assistant/updates/notifications

但我无法让它工作。

我走在正确的轨道上吗?或者还有其他解决方案吗?

推送通知有效 fine.I 能够实时发送通知,但有一些可以容忍的延迟。

以下 link 比 Google Actions 网站 https://yoichiro.github.io/codelabs/actions-updates-and-notifications/?index=codelabs%2F#0

上的更详细