Triggering next intent without user input in Dialogflow

大兔子大兔子 提交于 2020-06-26 14:44:25

问题


I'm building my first chatbot using Dialogflow. During my chat sessions, I would like to move on from one intent to another, without having user input in between. This can be seen in this image on Imgur.

The layout of the chat so far can be seen here.

I'm supposed to move from showing the video or article directly to "allright has your car..." without any user input, but I don't seem to be able to. How do I solve this?

I've tried using in and output contexts, but that didn't seem to work.

Thanks in advance!


回答1:


Events can be triggered through Dialogflow fulfillment or the detect intent API. These events can be handled in your Dialogflow agent or in fulfillment.

Check documentation here: Dialogflow Events

This means you will need to programmatically do this



来源:https://stackoverflow.com/questions/58450064/triggering-next-intent-without-user-input-in-dialogflow

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