Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.21 KB

🚨 DEPRECATION WARNING: THIS PROJECT IS NO LONGER SUPPORTED, MOVE TO V2

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://mishushakov.github.io/dialogflow-widget/#/YOUR-TOKEN-HERE" />

DEMO

Host it by yourself

Visit this page to learn meore

Thank you, stay updated!