beb98 / DUI_Chatbot

small dynamic chatbot using dialogflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic_Chatbot

small dynamic chatbot using dialogflow

Replace "ACCESS_CLIENT_TOKEN" in chatbot.js file with your dialogflow access_client_token

use the chatbot as iframe tag :

<iframe  src="Chatbot_Public_Service/chatbot.html"
    id="developoiChatbot"

    microphone="true" 
    animation="true"
    color="#151618"
    company-name="Developoi"
    company-logo="https://pbs.twimg.com/profile_images/1024439289734746114/Xh08PgBl_400x400.jpg"
    theme="circle"
    positionY="bottom"
    positionX="right"
    icon-url="https://pbs.twimg.com/profile_images/1024439289734746114/Xh08PgBl_400x400.jpg"
/>

8h_chatbot test clone and try to make it better

About

small dynamic chatbot using dialogflow


Languages

Language:JavaScript 71.0%Language:CSS 17.4%Language:HTML 11.6%