Skip to content

VoltaireApp/dialogflow-widget

 
 

Repository files navigation

Dialogflow Widget for Web

This is an unofficial Web widget for Dialogflow, i built it, to support Google Assistant rich-responses and to delivery the most out of the Platform. The executable is around 100KB. You can load it using iframe or embed it with JavaScript

What is supported

  • Basic reply (is being displayed and spoken)
  • Simple Response (is being spoken)
  • Cards
  • Carousel Cards
  • Lists
  • Suggestions Chips
  • Link chips
  • Combination of all above

This repo is synced with dialogflow-web and uses same features and shared codebase

Get started

Grab your token in Dialogflow Console

Embed it using iframe

<iframe
    width="350"
    height="430"
    src="https://mish.io/dialogflow-widget/#/YOUR-TOKEN-HERE" />

DEMO

Host it by yourself

Visit this page to learn meore

Thank you, stay updated!

Releases

No releases published

Packages

No packages published

Languages

  • Vue 74.7%
  • HTML 15.2%
  • JavaScript 10.1%