Skip to content

ConversationalComponents/webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoCo webinar

Frontend API:

User input is sent as user_input property in POST request body. This request expects an answer in {response:[answer]} format.

Configation: Configuration file is located in /static/config.js (nodejs example). requestURL:string is the url to which client will POST the requests. firstMessage:string is the message session will start with

Dialogflow and CoCo minimal example

This example uses dialogflow banking prebuilt agent.

To run it -

  1. create a banking prebuilt agent on dialogflow
  2. go to settings and download the service account JSON
  3. place it in this folder under the name keys/service_account.json
  4. continue the tutorial from nodejs/py folder