Open Mic issue for DialogFlow app

守給你的承諾、 提交于 2020-01-03 04:32:07

问题


My submission of Dialogflow app got denied due to open mic issue.

ERROR : "During our testing, we found that your app would sometimes leave the mic open for the user without any prompt. Make sure that your app always says something before leaving the mic open for the user, so that the user knows what they can say. This is particularly important when your app is first triggered.

Current implementation : User asks something and app replies back with static text and a static basic card content. The Google Assistant bot reads out the text and then mic open momentarily for user voice input.

NOTE THAT :

  • THERE IS NO FULFILLMENT REQUEST.

  • I DO NOT WANT TO END CONVERSATION HERE

  • ALL ARE STATIC RESPONSES

HOW DO I SOLVE THIS ?


回答1:


The important part in the rejection is that you left the mic open without any prompt.

This usually means that your action has said something like "The answer is four" without giving any idea what the user should do now, or that it is the user's turn to speak.

A reply such as "The answer is four. What would you like to do now?" should meet the requirements. The point is to prompt the user to be aware the conversation isn't over.



来源:https://stackoverflow.com/questions/51098109/open-mic-issue-for-dialogflow-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!