Skip to content

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ΒΆ

  1. Go to Dialogflow and create a new agent.
  2. In the Google Cloud Console, go to APIs & Services > Enable APIs and Services and enable the Dialogflow API.
  3. Define your intents and entities for the agent in Dialogflow.
  4. 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.

More InformationΒΆ