dialogboard-fulfillment
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "dialogboard-fulfillment", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Dialogboard integration in Dialogflow fulfillment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Dialogboard integration in Dialogflow fulfillment | ||
## Create a Dialogboard account | ||
## 1 - Create a Dialogboard account | ||
@@ -13,3 +13,3 @@ Go to: | ||
## Install | ||
## 2 - Install | ||
@@ -23,3 +23,3 @@ ### From Dialogflow Fulfillment Inline Editor | ||
### Or with npm | ||
### Or with npm cli | ||
``` | ||
@@ -29,3 +29,3 @@ npm install dialogboard-fulfillment --save | ||
## Connect | ||
## 3 - Connect | ||
@@ -32,0 +32,0 @@ Example of Dialogflow fulfillment integration |
10338