How to integrate dialogflow with website?

后端 未结 6 1641
星月不相逢
星月不相逢 2021-02-04 05:35

I created Intents, entities so and so using \'Dialogflow chat-bot\', Now,I\'m trying to integrate dialogflow with my website(html), I followed the documented instructions from

6条回答
  •  太阳男子
    2021-02-04 06:08

    The web demo integration really is just for demo purposes and not customizable. To do a real integration with your website with custom UI, you call the “detect intent” API from your server and build your own UI around it.

    See https://cloud.google.com/dialogflow-enterprise/docs/reference/rest/v2beta1/projects.agent.sessions/detectIntent

提交回复
热议问题