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 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
Model Validation
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 & Follow-up 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
Using nlMeta
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 must create a bot app and an integration app in Cisco Webex Teams.

Adding the Cisco Spark channel to your Kore.ai bot is a four-step process to allow end-users of your bot to interact with your bot using their Cisco Spark accounts. To add the Cisco Spark channel to your bot, follow the below steps:

  1. Create a Cisco Spark App – In your Spark for Developers account, you must 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 must enable the channel.

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 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.

Enable Cisco Webex Team channel from Bot Builder

  1. In Bot Builder, under 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.

Set Up Integration with Cisco Webex Team

  1. On the Cisco Webex Team Developer portal, click the Profile drop-down list on the top-right and go to the My Webex Apps page.
  2. Click Create a New App and choose the Create an Integration option to add a new integration app for Spark.
  3. Provide all the required details to create the integration like integration name, description, logo, etc. This information must be user-facing as this is 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 to create the new integration app.
  7. This step creates 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.

Complete Cisco Webex Team Channel Configuration from Bot Builder

  1. In the Bot Builder platform, on the 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.

Edit Cisco Spark Channel

To edit the Cisco Spark channel, hover 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 the use of the Cisco Spark channel for your bot. When the channel is disabled, click Enable to enable the use of the Cisco Spark channel.
  • Delete – Click Delete. On the Delete Confirmation dialog box, click OK to permanently delete the bot channel configuration.

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

Menu