简体   繁体   English

谷歌助手删除短语

[英]Google assistant delete phrase

I am working with Google Assistant with Dialogflow interaction and have one issue.我正在使用具有 Dialogflow 交互的 Google Assistant 并遇到一个问题。

I created intent Delete and want to delete something from my conversation.我创建了意图删除并想从我的对话中删除一些内容。 I added 'delete', 'delete it' phrases to the Training phrases.我在训练短语中添加了“删除”、“删除它”短语。 Enabled webhool call for this intent.为此意图启用了 webhol 调用。

In my conversation I say 'delete' or 'delete it' but my conversation is end with <'earcon'>.在我的谈话中,我说“删除”或“删除它”,但我的谈话以 <'earcon'> 结束。 Without any request or response info.没有任何请求或响应信息。

在此处输入图像描述

在此处输入图像描述

The question is, why does Google Assistant end the conversation after 'delete' phrase?问题是,为什么 Google Assistant 会在“删除”短语之后结束对话?

I faced the same issue.我遇到了同样的问题。 It is related to the actions_intent_OPTION event which intercepts Delete intent.它与拦截删除意图的actions_intent_OPTION事件有关。 If you use List or Carousel for rich responses where actions_intent_OPTION event is applied, try to disable it.如果您使用 List 或 Carousel 来获得应用 actions_intent_OPTION 事件的丰富响应,请尝试禁用它。 More details can be found on reddit post here: https://www.reddit.com/r/GoogleAssistantDev/comments/huinnu/dialogflow_actions_intent_option_intercept_delete/更多详细信息可以在此处的 reddit 帖子中找到: https://www.reddit.com/r/GoogleAssistantDev/comments/huinnu/dialogflow_actions_intent_option_intercept_delete/

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

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