Skip to main content
The Dialogflow Endpoint enables you to connect your AI Agent to the Dialogflow platform.

Prerequisites

  • Access to the Dialogflow platform.
  • A fallback intent named Default Fallback Intent in Dialogflow with webhooks enabled.
  • For Phone Gateway, a configured Dialogflow Phone Gateway and a connected phone number.

Generic Endpoint Settings

Learn about the generic Endpoint settings on the following pages:

Specific Endpoint Settings

ParameterDescription
Reparse SlotsA toggle that lets you combine Dialogflow and Cognigy NLU. This feature allows slots found by Dialogflow to be passed to Cognigy.AI and further processed by its NLU.

How to Set Up

On the Dialogflow Side

  1. Log in to Dialogflow, then select your agent.
  2. Ensure intents are configured.
  3. Create an intent named Default Fallback Intent.
  4. In the Fulfillment section of your Dialogflow agent, enter the Endpoint URL to enable webhooks.
  1. Choose from supported integrations:
    • Built-in Telephony: AudioCodes, Avaya, Genesys, SignalWire, Voximplant.
    • Dialogflow Built-in: Messenger, Phone Gateway, Web Demo, Facebook, Google Assistant (legacy), and more.
    • Google-contributed Open Source: Kik, Skype, Twilio, Viber, and more.
  2. Then, follow Dialogflow’s instructions to enable Google Actions Account linking.

On the Cognigy.AI Side

  1. In the left-side menu of your Agent, click Deploy > Endpoints.
  2. On the Endpoints page, click + New Endpoint.
  3. In the New Endpoint section, do the following:
    1. Select the Dialogflow Endpoint type.
    2. Specify a unique name.
    3. Select a relevant Flow from the list. Save changes.
  4. Copy the URL from the Endpoint URL field.
  1. In your Flow, add a Once Node or an Intent rule that triggers on TELEPHONY_WELCOME and greet the user, for example, Welcome to our service! How can I help you today?.

More Information

I