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. RCS Business Messaging

RCS Business Messaging

RCS Business Messaging is the evolution of mobile messaging, increasing and improving the ways in which people and businesses communicate. It provides brands with the opportunity to increase their engagement with customers by making use of business messaging using assistants and artificial intelligence (AI). Google RBM allows companies to send visually rich messages that encourage customers to interact.

Below are the steps involved in setting up the channel on Kore.ai and launching the agent on RBM: (This channel support was introduced in ver7.1 of the platform)

  1. Request access to enable Google RBM as channel.
  2. Publish the assistant for the business to initiate the testing process.
  3. Launch the agent when the bot agent testing is completed.
  4. Initiate conversations with end-users when the agent is launched.

Request Access

To request access to enable Google RCS Business messaging as a channel

  1. From the XO Platform platform, open the assistant that you want to enable Google RCS Business Messaging
  2. Navigate to Channels and locate the RCS Business Messaging from the Channel Listing.
  3. Click on the RCB icon to open the RCB Channel Configuration page.
  4. Select the Configurations tab.
  5. See Request Access to Yes
  6. Click Save button.
  7. You will receive an email from Kore.ai support team for details required to create a Bot Agent on Google RCS Business Messaging.
  8. Fill the form and send it back to the id provided therein.

Publish the Assistant

Create an App and Publish the assistant for the business to initiate the testing process A Bot Agent (on Google RCS) will be created by the Kore.ai support team based on inputs received from you. You will be notified of its creation. Follow the below steps to Publish the assistant:

  1. Create App, Enable Event and Publish the assistant– This is required for the platform to receive a notification when a new user opts into talking to the bot via Google RCS.
    1. Create an App on the Kore.ai XO Platform platform from API Extensions > API Scopes and enable the following scope: “RCS Message Events”.
    2. From Natural Language > Default Conversation > Event Handlers, configure the following events:
      • RCS Opt-In: action to be taken once the user Opts-in for the RCS Messaging,
      • RCS Opt-Out: action to be taken when the user Opts-out of the RCS Messaging.
    3. Publish the channel.
  2. Trigger opt-in and/or broadcast requests:
    1. Trigger opt-in: Every time a new user opts in to use Google RCS, platform needs to be informed about this new user. To inform the platform, call the msgevents API with the below details: Method: POST Request Headers: auth : <JWT> Request Payload:
      {
      "event" : "opt-in",
      "eventDetails":{
      "users" : ["<Mobile number with country code>"] // Ex: +919030132231
      }
      }
    2. Broadcast Request: To send alert or broadcast messages for an already opted-in user, you can call the msgevents API with the below details: Method: POST Request Headers: auth : <JWT> Request Payload:
      {
      "event" : "broadcast",
      "eventDetails":{
      "identity" : ["<Mobile number with country code>"] // Ex: +919030132231
      "message": {
      "contentMessage": {
      "text": ""
      }
      }
      }
      }
  3. Test Access: From the Channels -> RCS Messaging page, on the Configurations tab, you will be able to see:
    • WebHook URL: set to the URL captured in the request form in Step 1
    • Opt-in URL: configured to send the opt-in messages to the platform.
  4. Publishing the channel will allow test numbers to talk to the assistant. The channel still needs to be launched for access by users as elaborated in the next section.
  5. The RCS Business Messaging OptOut event will be invoked when the user sends the message as configured in the RCS Opt-Out event. The platform will notify the business that the user has Opted out of receiving messages through the webhook URL (The URL is captured in Step 1). Any request to send messages to the users that have opted-out will be rejected. After having opted out, if the user continues conversing with the bot agent (without explicitly opting in again) standard message will be triggered. The message can be managed from the Events section in the XO Platform.

Events

The webhook URL provided by you at Step 1 will receive the following events so that the business can take appropriate action:

  • When user opts out of receiving notifications:
    {"event":"USER_OPTED_OUT",
    "userIdentity":"<Mobile number with country code>"}
  • When a device that does not support RCS (OR) the bot agent is not launched receives an opt-in or broadcast request: {"event":"RCS_NOT_SUPPORTED_IN_TARGET_DEVICE",
    "userIdentity":"<Mobile number with country code>",
    "message":"This operation is blocked because the RBM agent has not launched and the recipient has not been invited and accepted the invitation to become a tester."
    }
  • When user sends a message to the bot agent after opting out to receive messages:
    {"event":"OPTED_OUT_USER_ATTEMPTS_TO_MESSAGE",
    "userIdentity":"<Mobile number with country code>"}
  • When business tries to broadcast message to the user who opted out to receive messages:
    {"event":"BROADCAST_ATTEMPT_TO_OPTED_OUT_USER",
    "userIdentity":"<Mobile number with country code>"}

Notes:

  • Publishing the channel will allow test numbers to talk to the assistant. The channel still needs to be launched for access by users.
  • The RCS Business Messaging OptOut event will be invoked when the user sends the message “OPT-OUT” to the bot agent (see below for details).
  • The platform will notify the business that the user has Opted out of receiving messages through the webhook URL. The URL is captured in Step 1.
  • Any request to send messages to the users that have opted-out will be rejected.
  • After having opted out, if the user continues conversing with the bot agent (without explicitly opting in again) standard message will be triggered. The message can be managed from the Events section in the XO Platform.

Launch the Bot Agent

After having verified your bot agent, you can launch for end users by following the steps below:

  1. On the XO Platform, from the Channels open the RCS Business Messaging page.
  2. Navigate to Configurations tab
  3. Set Launch Bot agent to Yes
  4. Click  Save button.
  5. Kore.ai support team will contact you with a questionnaire which will be submitted to Google RCS Business Messaging team for approval on your behalf.
  6. A consent email will be sent to the brand employee (as mentioned by you in the request form filled in step 1) by Kore.ai Support and the response will be forwarded to the Google RCS team.
  7. Once Google RCS Business Messaging team reviews the Bot Agent and approves, you will receive a confirmation email from Kore.ai support team.
  8. Your VA’s users can now start using the RCS Messaging by opting for the same.

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