带有Google动作的DeepLink。永远不问先问

时间:2018-08-22 07:40:00

标签: node.js dialogflow actions-on-google google-home

我已经验证了该应用程序和网站。深度链接有效。但是问题在于提问对话。如果您提出2个要求,则只会执行最后一个,而不会执行第一个。例如:

app.intent('Default Welcome Intent', conv => {
  conv.ask('Great! Looks like we can do that in the app.')
  conv.ask(new DeepLink({
    destination: 'Google',
    url: 'example://gizmos',
    package: 'com.example.gizmos',
    reason: 'handle this for you',
  }))
})

这将显示:

我可以将您发送到Google移动应用为您处理吗?

这就是我想要的:

太好了!看起来我们可以在应用程序中做到这一点。

我可以将您发送到Google移动应用为您处理吗?

0 个答案:

没有答案