简体   繁体   English

Google智能助理会自动结束对话操作

[英]Google Assistant automatically ends Conversation Action

When creating a Conversation Action with API.AI, there are certain words (close, exit, cancel) where the Google Home/Assistant automatically ends the interaction with your Conversation Action without sending a request. 使用API​​.AI创建对话操作时,有一些单词(关闭,退出,取消),Google Home / Assistant会自动结束与您的对话操作的交互,而不会发送请求。

Is there a way to override these Conversation-killing words so that a value of 'close' may be included in the webhook? 有没有办法覆盖这些对话杀死单词,以便在webhook中包含'close'值? I wish to accept 'close' as application input, and continue the conversation. 我希望接受'close'作为应用程序输入,并继续对话。

If you create a 'quit' intent (with few words you would like the user to end the conversation) and you got a webhook connect to your Fulfillment - it will send your webhook the 'close' value. 如果您创建了一个“退出”意图(用户希望用户结束对话的几句话)并且您有一个webhook连接到您的Fulfillment - 它会向您的webhook发送'close'值。

You can see a working example here: https://github.com/greenido/bitcoin-info-action 你可以在这里看到一个有效的例子: https//github.com/greenido/bitcoin-info-action

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM