Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure Google Dialogflow ES as the NLU provider for Virtual Agent

Use the intents, entities, and utterances defined in Google Dialogflow ES. Apply them as an NLU model for your Virtual Agent conversations.

Configuring the Google Dialogflow ES integration involves providing Google Dialogflow credentials for authentication. You can set only one NLU service provider for your instance.

Requirements

This NLU configuration requires the following:

  • A Australia ServiceNow instance
  • A Google Dialogflow ES agent with defined intents, entities, and utterances

    For more information, see the Google Dialogflow ES documentation.

    Note: A Google Dialogflow agent is similar to a ServiceNow model. Currently, Virtual Agent only supports one Google Dialogflow ES agent per instance.

  • Access to the Google Cloud platform

  • The Glide Virtual Agent [com.glide.cs.chatbot] plugin must be installed on your ServiceNow instance.

    The following plugins are installed with Glide Virtual Agent by default:

    • com.snc.integration.sso.multi.installer: Integration - Multiple Provider Single Sign-On Installer
    • com.glide.nlu.googledialogflow.es.intent.discovery: Proxy agent to the Google Dialogflow ES Natural Language Understanding server
  • Create a service account and private key in Google Dialogflow ES
    To use Google Dialogflow as your NLU provider for Virtual Agent, create a service account and private key for your agent in Google Dialogflow.

  • Generate a Java Keystore (JKS) file and configure security on your ServiceNow instance
    To use Google Dialogflow as your NLU provider for Virtual Agent, use the private key you downloaded to generate a JKS file and set up authentication in your ServiceNow instance.
  • Activate the Google Dialogflow ES service and enable it in your instance
    When you activate the Google Dialogflow ES service in the Open NLU Drivers [open_nlu_driver] table, the service becomes available as an option in Virtual Agent NLU settings.
  • Test Virtual Agent with Google Dialogflow ES NLU in Virtual Agent Designer
    Test topic discovery with Google Dialogflow and Virtual Agent in the Virtual Agent Designer interface.

Parent Topic:Configure Natural Language Understanding in Virtual Agent