dialogflow-js

A pure javascript library to access google's dialogflow api ai without node.js The methods and usage should be very similar to our react-native-dialogflow library and focus on consuming the chat agent. Because we want to use it without a server between we will implement everthing in pure js without any node.js dependencies.

Usage no npm install needed!

<script type="module">
  import dialogflowJs from 'https://cdn.skypack.dev/dialogflow-js';
</script>

README

dialogflow-js

A pure javascript library to access google's dialogflow api ai without node.js

The methods and usage should be very similar to our react-native-dialogflow library and focus on consuming the chat agent.

Because we want to use it without a server between we will implement everthing in pure js without any node.js dependencies.

Roadmap

  • Initialize project and start coding (14.June 2018)
  • Configuration (Dialogflow V2)
  • text based requests (V2)
  • event requests (V2)
  • context (V2)
  • entities (V2)
  • audio requests (V2)