How to integrate dialogflow with website?

后端 未结 6 1642
星月不相逢
星月不相逢 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 05:56

    As per all response, my own conclusion also says that web demo is not a right way...

    Our main interest in this method : projects.agent.sessions.detectIntent

    Check out this link first : https://cloud.google.com/dialogflow-enterprise/docs/reference/rest/v2/projects.agent.sessions/detectIntent#QueryInput

    On this page, check out Request body and it's param QueryInput. In query input you can pass text. And then check out Response body. In response queryResult is what we are looking for.

    One more thing is, we must use gRPC API rather then rest API.

提交回复
热议问题