Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

A genie router plugin that enables dialogflow as the brain for genie-router.

License

Notifications You must be signed in to change notification settings

genie-ai/genie-router-plugin-dialogflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a plugin for the https://github.com/matueranet/genie-router project. It communicates with an agent configured on the Dialogflow service to create a brain that generates a reply to the input from a client.

Dialogflow Setup

Create an agent at dialogflow.com and set it up with intents, fulfillments, etc. After that is done, copy the Client access token from the General settings screen of the agent.

Configuration

Your Dialogflow client access token can be obtained in your Dialogflow Dashboard, in the General Settings for your agent.

Add the Dialogflow API key for the agent to the configuration of genie-router, in the plugins attribute.

{
  "dialogflow": {
    "accessToken": "<dialogflow token>"
  }
}

About

A genie router plugin that enables dialogflow as the brain for genie-router.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published