Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate dialogflow with website?

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 the dialogflow official website, still I'm confused , after enabling the web demo option, How to edit the contents inside the attached image and how to launch chat-bot in my website?

I followed instructions from : "https://dialogflow.com/docs/integrations/web-demo"

Thank you

like image 536
dev_user Avatar asked Jun 30 '18 08:06

dev_user


People also ask

Does Dialogflow require coding?

Today, Dialogflow stands out as one of the most well-built platforms for AI solutions and the only platform that you can use to build AI conversational agents, without any coding.

Is Dialogflow a backend?

Dialogflow has inbuilt integration with Google Cloud Functions to interface with your backend. You can also provide any other custom HTTP or HTTPS endpoint to connect Dialogflow to your backend.

What are the direct integrations of Dialogflow?

Dialogflow integrates with many popular conversation platforms like Google Assistant, Slack, and Facebook Messenger. If you want to build an agent for one of these platforms, you should use one of the many integrations options. Direct end-user interactions are handled for you, so you can focus on building your agent.


1 Answers

Dialogflow doesn't provide any direct way to integrate the agent with your website. As robert mentioned in his answer The web demo integration really is just for demo purposes and not customizable. If You want to integrate dialogflow agent in your website you have two options:

  1. Dialogflow provides APIs and SDKs for integration. You need to integrate these APIs in your website. You can refer to this article for more information on this.

  2. Another way is to use any third party tool which provides Dialogflow integrations. In my opinion, Kommunicate provides smooth Dialogflow Integration with a set of Actionable Messages. This article might be helpful for you.

like image 141
Suraj Avatar answered Sep 28 '22 18:09

Suraj