GETTING STARTED
Kore.ai XO Platform
Virtual Assistants Overview
Natural Language Processing (NLP)
Concepts and Terminology
Help & Learning Resources
Quick Start Guide
Accessing the Platform
Navigating the Kore.ai XO Platform
Building a Virtual Assistant
Using Workspaces
Release Notes
Current Version
Previous Versions
Deprecations
Request a Feature
CONCEPTS
Design
Storyboard
Overview
FAQs
Conversation Designer
Overview
Dialog Tasks
Mock Scenes
Dialog Tasks
Overview
Navigate Dialog Tasks
Build Dialog Tasks
Nodes & Connections
Overview
Node Types
Intent Node
Dialog Node
Entity Node
Entity Rules
Form Node
Confirmation Node
Message Nodes
Logic Node
Bot Action Node
Service Node
Webhook Node
Script Node
Process Node
Agent Transfer
Node Connections Setup
Sub-Intent Scoping
User Prompts
Voice Call Properties
Dialog Task Management
Supported Entity Types
Supported Company Names
Supported Colors
Knowledge Graph
Introduction
Knowledge Extraction
Build Knowledge Graph
Create Node Structure
Build the Graph
Add FAQs
Add FAQs from an Existing Source
Run a Task
Traits, Synonyms, and Stop Words
Manage Variable Namespaces
Update Knowledge Graph
Introduction
Move Question and Answers Between Nodes
Edit and Delete Terms
Edit Questions and Responses
Knowledge Graph Analysis
Knowledge Graph Import and Export
Prepare Data for Import
From a CSV File
From a JSON File
Importing Knowledge Graph
Exporting Knowledge Graph
Auto-Generate Knowledge Graph
Alert Tasks
Small Talk
Digital Skills
Overview
Digital Forms
Digital Views
Introduction
Widgets
Panels
Session and Context Variables
Context Object
Train
NLP Optimization
ML Engine
Overview
Model Validation
FM Engine
KG Engine
Traits Engine
Ranking and Resolver
Training Validations
NLP Configurations
NLP Guidelines
Intelligence
Introduction
Event Handlers
Default Standard Responses
Contextual Memory
Contextual Intents
Interruption Management
Multi-intent Detection
Amending Entities
Default Conversations
Conversation Driven Dialog Builder
Sentinment Management
Tone Analysis
Test & Debug
Overview
Talk to Bot
Utterance Testing
Batch Testing
Conversation Testing
Health and Monitoring
Deploy
Channels
Publishing
Versioning
Analyze
Introduction
Overview Dashboard
Conversations Dashboard
Users Dashboard
Performance Dashboard
Custom Dashboards
Introduction
Custom Meta Tags
Create Custom Dashboard
NLP Insights
Conversations History
Conversation Flows
Analytics Dashboard Filters
Usage Metrics
Containment Metrics
Smart Bots
Universal Bots
Introduction
Universal Bot Definition
Universal Bot Creation
Training a Universal Bot
Universal Bot Customizations
Enabling Languages
Store
Manage Assistant
Plan & Usage
Overview
Usage Plans
Support Plans
Invoices
Authorization
Multilingual Virtual Assistants
Get Started
Supported Components & Features
Manage Languages
Manage Translation Services
Multiingual Virtual Assistant Behavior
Masking PII Details
Variables
Collections
IVR Settings
General Settings
Assistant Management
Manage Namespace
Data as Service
Data Table
Table Views
App Definitions
Sharing Data Tables or Views
HOW TOs
Build a Travel Planning Assistant
Travel Assistant Overview
Create a Travel Virtual Assistant
Design Conversation Skills
Create an ‘Update Booking’ Task
Create a Change Flight Task
Build a Knowledge Graph
Schedule a Smart Alert
Design Digital Skills
Configure Digital Forms
Configure Digital Views
Train the Assistant
Use Traits
Use Patterns
Manage Context Switching
Deploy the Assistant
Configure Agent Transfer
Use Bot Functions
Use Content Variables
Use Global Variables
Use Web SDK
Build a Banking Assistant
Design Conversation Skills
Create a Sample Banking Assistant
Create a Transfer Funds Task
Create a Update Balance Task
Create a Knowledge Graph
Set Up a Smart Alert
Design Digital Skills
Configure Digital Forms
Configure Digital Views
Add Data to Data Tables
Update Data in Data Tables
Add Data from Digital Forms
Train the Assistant
Composite Entities
Use Traits
Use Patterns for Intents & Entities
Manage Context Switching
Deploy the Assistant
Configure an Agent Transfer
Use Assistant Functions
Use Content Variables
Use Global Variables
Intent Scoping using Group Node
Analyze the Assistant
Create a Custom Dashboard
Use Custom Meta Tags in Filters
APIs & SDKs
API Reference
API Introduction
API List
API Collection
koreUtil Libraries
SDK Reference
SDK Introduction
SDK Security
SDK Registration
Web Socket Connect and RTM
Using the BotKit SDK
BotKit SDK Tutorial - Blue Prism
Widget SDK Tutorial
Web SDK Tutorial
ADMINISTRATION
Introduction to Admin Console
Administration Dashboard
User Management
Add Users
Manage Groups
Manage Roles
Assistant Management
Enrollment
Invite Users
Send Bulk Invites
Import User Data
Synchronize Users from AD
Security & Control
Using Single-Sign On
Security Settings
Cloud Connector
Analytics
Billing
  1. Home
  2. Docs
  3. Virtual Assistants
  4. Channel Enablement
  5. Adding the Twilio Voice Channel

Adding the Twilio Voice Channel

To add Twilio Voice as a channel to your Kore.ai assistant, you must get a Twilio phone number and set up a webhook integration to communicate with the VA. Adding the Twilio Voice channel to your Kore.ai VA allows end users to interact with it using their 

Important Notes

Twilio Voice must be enabled for assistants that are specifically built to work on voice-based channels. Review the following constraints before enabling Twilio Voice as a channel:

  1. Enterprise VAs that require user’s authorization to communicate with it are not supported on Twilio Voice.
  2. Tasks that require user’s authorization to communicate with external systems must not be included.
  3. Webhook Nodes work asynchronously and are currently not supported on Twilio Voice.
  4. Use only dialog tasks for best user experience on Twilio Voice channel.
  5. Ensure that the responses you configure for Twilio Voice are brief, plain text messages only.
  6. The VA receives the user’s voice response from Twilio Voice only after a few moments of silence at the user’s end and this can appear as a lag to the end-user.

Prerequisites

Log in to your Twilio Voice account to create a new Twilio number to associate with your assistant. You can buy a number by going to the Main Menu > Phone Numbers > Buy a Number. If you already have a Twilio phone number that you want to associate with this VA, then you can proceed to the next steps.

Step 1: Configure the Integration in Twilio

To set up the integration:

  1. From Twilio’s main menu, select Phone Numbers > Manage > TwiML Apps, then click Create New TwiML App.
  2. Enter a name for the app and copy the Webhook URL from the Configurations tab of the Twilio Voice Channel page (XO Platform Assistant > Deploy > Channels > Twilio Voice) and enter in the Request URL for Voice.
  3. Click Save to complete the app creation.

Step 2: Associate a Phone Number

To associate the TwiML App with your Twilio Phone Number:

  1. From the main menu, go to Phone Numbers > Manage > Active Numbers.
  2. From the Active Numbers section, select the number you want to associate with the TwiML App.
  3. Under the Voice & Fax section, select TwiML App as the choice in the Configure With field.
  4. A new field called TWIML APP is displayed. Select the app you have configured in the previous steps.
  5. Click Save to complete this app association.

Step 3: Set Up Agent Transfer (Optional)

Optionally, you can also set up Agent Transfer functionality to transfer the user’s call conversation to another Twilio number. For this, you must configure the Kore.ai Agent Transfer SDK. Download the Agent Transfer SDK from the Kore.ai GitHub repository and define data.message, transferCallToAgent and agentPhonenumber parameters.

  1. data.message: Define the message to be read out to the end-user when the call is transferred to agent is initiated.
  2. transferCallToAgent: Set this flag to True to enable Agent Transfer and False to disable.
  3. agentPhonenumber: Provide your Twilio phone number to which the user call conversation is transferred.

Step 4: Enable the Twilio Voice Channel

To enable the Twilio Voice Channel, follow the below steps:

  1. In the XO Platform, start by selecting the assistant you want to work with.
  2. Go to Deploy > Channels > Twilio Voice.
  3. To complete the Channel setup, go to the Configurations tab.
    1.  Enter your Twilio Number to associate with the Kore.ai assistant.
    2. Select a Language to communicate with the VA by end-users.
    3. In the Enable Channel section, select Yes, and then click Save to complete the user creation process and channel activation.

  4. From the Voice Call Properties tab, enter the details to configure the channel level voice properties, click here for more details.
  5. Once you have enabled the Twilio channel, it is recommended to configure the Telephony Welcome Event for Voice Call Settings. This plays a welcome message for users when they connect to the VA through the Twilio channel. For this:
    1. From Natural Language > Default Conversation > Event Handlers configure Telephony Welcome Event.
    2. Click Use Voice Call Properties to open the Voice Call settings section.
    3. Under the Initial Prompts text box, enter the message that needs to be played when the user connects to the VA.

For details regarding the configuration of voice properties at the Dialog Task level, please , refer to Configuring Voice Call Settings for a Node.

After the channel is enabled and all configurations are verified, you can optionally publish the assistant to make it available for end-users, with the new channel. Learn more about Publishing your Virtual Assistant.

To learn more about working with Channels within the Kore.ai XO Platform, please see Channel Enablement.

Menu