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 LINE Channel

Adding the LINE Channel

To add the LINE channel to your Kore.ai bot, you must set up a webhook integration to configure the connection between LINE and Kore.ai. Adding the LINE channel to your Kore.ai bot allows end-users of your bot to interact with your bot using their LINE accounts. To add the LINE channel to your bot, you must:

  1. Create a Provider – To set up the LINE channel, log in to your LINE developer account to create a New Provider or select a Provider that you want to use for this bot and then add the channel. To enable the LINE channel, you must create and register for a developer account in the LINE Developers portal.
  2. Enter Channel Information – Enter channel information for Messaging API like App Icon, App Name, Plan, Category, subcategory, and email address.
  3. Setup Webhook Integration – To enable the LINE integration to your Kore.ai bot, enable webhook integration by copying the Webhook URL provided in the Configurations tab of the LINE Channel page in the bot builder.
  4. Enable Channel – After the integration setup and entering the configuration details in the bot builder, you must enable the channel.
Create Line Provider
  1. Log in to your LINE Developer account portal.
  2. If you already have a Provider that you want to use for this bot, then choose the provider from Provider List.
  3. Under the Messaging API section, click Create Channel.
  4. Or, if you wish to add a new provider, use the Create new provider option to create a new provider.
  5. Enter the Provider name and create a new provider.
  6. After you have created the provider, select Create Channel under the Messaging API section to continue with the addition of the channel.
Add LINE Channel
  1. In the Bots section of the Bot Builder, click the bot for which you want to add the LINE channel.
  2. On the Channels tab, click the LINE icon. The LINE Channel page is displayed.
  3. In the Enter channel information field, provide the required details and create the channel like App Icon, App Name, Plan, Category, Sub-category.
  4. Click Confirm to review and proceed with channel creation.

Note: Kore.ai platform uses PUSH_MESSAGE APIs to deliver non-interactive messages to the end-users of the bot. These scenarios include cases like alert notifications, session closure messages, and any other scenario where the replyToken from the Line channel is either not available or expired. These API calls called may be charged; review the LINE plan options and select the appropriate plan that suits your needs.

Capture Channel Details
    1. After the channel is created, you are redirected to the Provider dashboard with a list of channels available.
    2. Select the channel you have created above to continue with channel configurations.
    3. Capture the Channel ID and Channel Secret of your LINE channel and provide them in the Configurations tab of this page.
Enable Webhook Integration
  1. To set up webhook integration, go to Messaging Settings section and enable the Use Webhooks option.
  2. Copy the Webhook URL provided in the Configurations tab of the Channels page and enter in the Webhook URL field.
  3. Click Update.
  4. After saving the webhook URL, click Verify to ensure that the webhook call from LINE is acknowledged by the Kore.ai platform.
Review Additional Options
  1. Review additional options available for your LINE channels like group behavior, auto-replies, and greetings messages.
  2. Go to the Configurations tab of this page and complete the setup.
    1. WEBHOOK URL: Provide URL without https:// as LINE already includes that part.
    2. CHANNEL ID: Capture the Channel ID of your LINE channel and provide it here.
    3. CHANNEL SECRET: Capture Channel Secret from your LINE channel and provide it here.

Edit LINE Channel

To edit the LINE channel, follow the below steps:

  1. Hover over the channel and click to modify. You can make necessary updates to your channel configurations and save them.
  2. You can also disable or delete the channel information by clicking the Settings icon.

    Select one of the following commands to modify the channel:
  • Disable/Enable – Click Disable to temporarily disable the use of the LINE channel for your bot. To enable the use of the LINE channel, Click Enable.
  • 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.

On this Page

Menu