简体   繁体   English

Google Assistant对话操作,用户响应时间

[英]Google Assistant conversation action, user response time

I am wondering how long a google assistant conversation action listens for. 我想知道Google助手对话操作要听多长时间。 For example, I have a recipe application. 例如,我有一个食谱应用程序。 The user queries for individual steps. 用户查询各个步骤。 The user takes ten minutes to finish a step. 用户需要十分钟才能完成一个步骤。 Does the user need to invoke the action again? 用户是否需要再次调用该动作?

In my own experience developing for a Google Home using Google Assistant there is a very short period of time allowed for silences in the conversation (think seconds). 根据我自己的经验,使用Google Assistant开发Google Home,在很短的时间内可以使对话保持沉默(以秒为单位)。 You would definitely need to invoke the assistant again after completing that ten minute task like you're describing. 完成您所描述的十分钟任务后,您肯定需要再次调用助手。

Yes, the user will need to invoke the assistant again, but instead of going through all the steps (until the 10 minutes wait) you can create a 'deep link' intent such as 'Ok google, talk to recipe master I want to continue preparing {insert dish name here} after the {10 minutes wait | 是的,用户将需要再次调用助手,但无需执行所有步骤(直到10分钟等待),您可以创建“深层链接”意图,例如“ Ok google,与食谱管理员交谈,我想继续在{10分钟的等待后|在此处准备{在此处插入菜名} step x | 步骤x | etc}' 等等}'

You can see how this is achieved here 您可以在这里看到如何实现

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

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