Chatbot Overview
Conversational Bots
Intents & Entities
Intelligent Bots
Kore.ai's Approach
Kore.ai Conversational Platform
Bot Concepts and Terminology
Natural Language Processing (NLP)
Bot Types
Bot Tasks
Starting with Kore.ai Platform
How to Access Bot Builder
Working with Kore.ai Bot Builder
Building your first Bot
Getting Started with Building Bots
Using the Dialog Builder Tool
Creating a Simple Bot
Release Notes
Latest Updates
Older Releases
Deprecations
Bot Builder
Creating a Bot
Design
Develop
Storyboard
Dialog Task
User Intent Node
Dialog Node
Entity Node
Supported Entity Types
Composite Entities
Supported Time Zones
Supported Colors
Supported Company Names
Form Node
Logic Node
Message Nodes
Confirmation Nodes
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Managing Dialogs
User Prompts
Alert Tasks
Alert Tasks
Ignore Words and Field Memory
Digital Forms
Digital Views
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Small Talk
Action & Information Task
Action Tasks
Information Tasks
Establishing Flows
Natural Language
Overview
Machine Learning
ML Model
Fundamental Meaning
NLP Settings and Guidelines
Knowledge Graph Training
Traits
Ranking and Resolver
NLP Detection
Advanced NLP Configurations
Bot Intelligence
Overview
Context Management
Session and Context Variables
Context Object
Dialog Management
Sub-Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Default Conversations
Default Standard Responses
Channel Enablement
Test & Debug
Talk to Bot
Utterance Testing
Batch Testing
Record Conversations
Publishing your Bot
Analyzing your Bot
Overview
Dashboard
Custom Dashboard
Conversation Flows
Bot Metrics
Advanced Topics
Bot Authorization
Language Management
Collaborative Development
IVR Integration
Data Table
Universal Bots
Defining
Creating
Training
Customizing
Enabling Languages
Smart Bots
Defining
Sample Bots
Github
Asana
Travel Planning
Flight Search
Event Based Bot Actions
koreUtil Libraries
Bot Settings
Bot Functions
General Settings
PII Settings
Customizing Error Messages
Manage Sessions
Bot Management
Bot Versioning
Using Bot Variables
API Guide
API Overview
API List
API Collection
SDKs
SDK Overview
SDK Security
SDK App Registration
Web SDK Tutorial
Message Formatting and Templates
Mobile SDK Push Notification
Widget SDK Tutorial
Widget SDK – Message Formatting and Templates
Web Socket Connect & RTM
Using the BotKit SDK
Installing
Configuring
Events
Functions
BotKit SDK Tutorial – Agent Transfer
BotKit SDK Tutorial – Flight Search Sample Bot
Using an External NLP Engine
Bot Administration
Bots Admin Console
Dashboard
User Management
Managing Users
Managing Groups
Managing Role
Bots Management
Enrollment
Inviting Users
Bulk Invites
Importing Users
Synchronizing Users from AD
Security & Compliance
Using Single Sign-On
Security Settings
Cloud Connector
Analytics
Billing
How Tos
Creating a Simple Bot
Creating a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure Digital Forms
Add Form Data into Data Tables
Configuring Digital Views
Add Data to Data Tables
Update Data in Data Tables
Custom Dashboard
Custom Tags to filter Bot Metrics
Patterns for Intents & Entities
Build Knowledge Graph
Global Variables
Content Variables
Using Bot Functions
Configure Agent Transfer
  1. Home
  2. Docs
  3. Bots
  4. Channel Enablement
  5. Adding the Cisco Webex Teams

Adding the Cisco Webex Teams

To add the  Cisco Webex Teams (formerly Cisco Spark) channel to your Bot, the developer will need to create a Bot app and also an Integration app in Cisco Webex Teams.

Adding the Cisco Spark channel to your Kore.ai Bot is a 4-step process to allow end-users for your Bot to interact with your Bot using their Cisco Spark accounts. To add the Cisco Spark channel to your Bot, you will need to:

  1. Create a Cisco Spark App – In your Spark for Developers account, you will need to create an app to provide authorization for communication between Cisco Spark and your Kore.ai Bot. To create a Cisco Spark app, you must have created and registered for a free account in the Spark for Developers portal.
  2. Get an Access Token – To use Cisco Spark as a channel for your Kore.ai Bot, have a valid Spark Bot Username and generate an access token to provide authentication for communications.
  3. Setup Integration – Define the Cisco Spark integration to your Kore.ai Bot by adding the Call Back URL to Kore.ai and setting the Cisco Spark app Scopes to receive and send messages to and from Cisco Spark.
  4. Enable – After setting up the Cisco Spark app and entering configuration data in Bot Builder, you need to enable the channel.

Step 1: Create Bot with Cisco Webex Team

  1. Log in to the Cisco Webex Developer portal and proceed to the Start Building Apps page or to the My Webex Apps page.
  2. Click the ‘Create a New App’ option, and then choose the ‘Create a Bot’ option.
  3. Provide all the required information to create the bot and click on ‘Add Bot’.
  4. This step will create a Bot User and an Access Token is also generated for accessing this Bot.
  5. Make a note of the Bot Username and Access Token from this page.

Step 2: Enable Cisco Webex Team channel from Bot Builder

  1. In Bot Builder, in the Bots section, click the Bot that you want to add the Cisco Spark channel to.
  2. On the Channels tab, select the Cisco Webex Teams channel to open the corresponding Channel page.
  3. Enter the Bot Username and Access Token from the previous step.
  4. Make a note of the Redirect URL.

Step 3: Setup Integration with Cisco Webex Team

  1. On the Cisco Webex Team Developer portal, proceed to the ‘My Webex Apps’ page from the Profile dropdown on the top right.
  2. Click ‘Create a New App’ and then choose the ‘Create an integration’ option to add a new integration app for Spark.
  3. Provide all the required details for creating the integration like integration name, description, logo etc. This information should be user-facing as this will be displayed to end-users in the permissions dialog.
  4. For Redirect URI(s), copy ‘Redirect URL’ from the previous step.
  5. Under Scopes, select “spark:all” for enabling bot communication.
  6. After providing all the required information, click the ‘Add Integration’ button to create the new integration app.
  7. This step will create a new integration app and also generates the Client ID and Client Secret for this app.
  8. Make a note of the Client Id and Client Secret.

Step 4: Complete Cisco Webex Team channel configuration from Bot Builder

  1. In the Bot Builder platform, Channel configuration page, enter the Client ID and Client Secret noted in the previous step.
  2. Enable Channel to complete the configuration.
  3. Save the configuration.

Editing the Cisco Spark Channel

To edit the Cisco Spark channel, hover your mouse over the channel to modify, and then click the Settings icon displayed to show the command menu.

Select one of the following commands to modify the channel:

  • Edit – Click to open the Cisco Spark Channel setup page.
  • Disable/Enable – Click Disable to temporarily disable use of the Cisco Spark channel for your Bot. When the channel is disabled, click Enable to enable use of the Cisco Spark channel.
  • Delete – Click Delete, and then click OK in the Delete Confirmation dialog to permanently delete the Bot channel configuration.

    Warning: This operation is permanent, and cannot be undone.

Menu