-
Notifications
You must be signed in to change notification settings - Fork 1
Automatic Chat Setup ‐ DialogFlow
Manan Garg edited this page Apr 16, 2024
·
1 revision
NOTE:
This does not require a GCP billing account as DialogFlow ES
is used
- Create a Google DialogFlow agent and enable
Beta Features
from Settings -> General - Create a
text document
for each of these projects - Create a new agent, add separate
knowledge bases
for separate projects (For each project that you have configured in the backend database from Slack using/addproject
)- In each
knowledge base
, add adocument
as shown below: (ConfigureDATA SOURCE
as per your preference)
- In each
- Create a service account on your GCP console with the permissions:
dialogflow.knowledgeBases.list
dialogflow.sessions.detectIntent
- Create a
key
for the service account and place it in thebackend/
directory of the project. (Path specified in the.env
files is relative to backend directory only)