Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

TwiML™ Voice: <VirtualAgent>


(warning)

Warning

This Twiml Verb is not currently available when using Twilio Regions Ireland (IE1) or Australia (AU1). This is currently only supported with the default US1 region. A full list of unsupported products and features with Twilio Regions is documented here.

(information)

The <VirtualAgent> TwiML noun, which nests inside a <Connect> verb, allows you to connect callers to a Google Dialogflow VirtualAgent. <VirtualAgent> currently supports Dialogflow CX.

This document outlines the steps to integrate your Dialogflow agents with Twilio and provides links to the specific documentation for working with <VirtualAgent> and Dialogflow CX agents.


_10
<?xml version="1.0" encoding="UTF-8"?>
_10
<Response>
_10
<Connect>
_10
<VirtualAgent connectorName="project"/>
_10
</Connect>
_10
</Response>

To use <VirtualAgent>, you must connect your Dialogflow agent to Twilio using a Twilio One-click telephony integration in the Google Dialogflow cloud console. The One-click process is different for Dialogflow CX, so please see the sections below on how to complete the integration steps.

Once you've completed those integration steps, Twilio will add a Dialogflow CX Connector(link takes you to an external page) and create a new Studio Flow containing a Connect Virtual Agent Widget that is connected to your selected Dialogflow agent.

You can review all of your Dialogflow CX connections in your Installed Add-Ons in the Twilio Console.(link takes you to an external page)


Set up the integration between Twilio and Dialogflow CX

set-up-the-integration-between-twilio-and-dialogflow-cx page anchor

See the full onboarding guide here. The onboarding guide discusses prerequisites, integration steps, and specifics about Dialogflow CX features enabled with the Twilio integration.


Use <VirtualAgent> with Dialogflow CX

use-virtualagent-with-dialogflow-cx page anchor

Review the supporting documentation to get started with the Dialogflow integration:

  • Dialogflow CX

Rate this page: