DialogflowΒΆ
The Dialogflow connector enables integration with Google Dialogflow to use its language understanding results for powering AI Agents in Cognigy.AI.
PrerequisitesΒΆ
- Access to Dialogflow.
Configuration on the NLU Provider SideΒΆ
- Go to Dialogflow and create a new agent.
- In the Google Cloud Console, go to APIs & Services > Enable APIs and Services and enable the Dialogflow API.
- Define your intents and entities for the agent in Dialogflow.
- In Google Cloud Console, go to IAM & Admin > Service Accounts, create a service account, and generate a JSON Private Key.
Configuration on the Cognigy.AI SideΒΆ
In Cognigy.AI, go to Build > NLU Connectors, create a Dialogflow NLU Connector, then select the Dialogflow version.
Parameter | Description |
---|---|
Access Token | A token used for API authentication. |
Parameter | Description |
---|---|
Dialogflow Project ID | The unique identifier for your Dialogflow project. |
Private Key | The JSON credentials file containing the private key for authentication. |