Google Webhook 响应未按预期工作的操作提示 link url

Google Action prompt link url on Webhook response not working as expected

我正在尝试向我的 Google 操作添加提示 link: https://developers.google.com/assistant/conversational/reference/rest/v1/TopLevel/fulfill#link

我的回复是这样的:

payload.prompt.link = {
  name: 'Open My Website',
  open: {
    url: 'https://mywebsite.com'
  }
}

在我的 Nest Hub 上进行测试时,link 确实作为建议显示在页面底部。但是,当我点击它时,它只是将它作为话语发送到我的 Action 而不是打开网页。

知道为什么会这样吗? prompt links 的预期行为是什么?我找不到太多关于它们的文档。

这似乎是 Link-Out Suggestions 的 Actions Builder 实现,最初在 Actions Builder 发布时不可用。但是,它们以前可用于 Dialogflow。

Link-Out 建议需要“WEB_LINK”device capability 才能工作。智能显示器没有此设备功能。