Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
ParameterDescription
Access TokenA token used for API authentication.

More Information