How to create suggested input in actions on google while creating an google assistant app in dialogflow?

浪尽此生 提交于 2019-12-10 10:29:02

问题


I want to put a prompt to allow user to choose while responding in google assistant app. I am creating this in dialog flow. How do I do this?


回答1:


If you want to add "suggested input" items into your conversational experience as they show in the simulator or on a screen device, you are talking about "Suggestion Chips". Here is what that looks like in the simulator:

Using Dialogflow you can go into an Intent, and go to Responses. Go to the Google Assistant tab. Add a response and choose the type "Suggestion Chips". The input should match an intent.



来源:https://stackoverflow.com/questions/50608897/how-to-create-suggested-input-in-actions-on-google-while-creating-an-google-assi

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