OVERVIEW
Virtual Assistants
Kore.ai Platform
Key Concepts
Natural Language Processing (NLP)
Accessing Platform
VIRTUAL ASSISTANTS
Virtual Assistant Builder
Virtual Assistant Types
Getting Started
Create a Simple Bot
SKILLS
Storyboard
Dialog Tasks
Introduction
Dialog Builder (New)
Dialog Builder (Legacy)
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
Bot Action Node
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Manage Dialogs
User Prompts
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Train
Build
Alert Tasks
Introduction
Ignore Words and Field Memory
How to Schedule a Smart Alert
Small Talk
Digital Views
Introduction
How to Configure Digital Views
Digital Forms
Overview
How to Configure Digital Forms
NATURAL LANGUAGE
Overview
Machine Learning
Introduction
Model Validation
Fundamental Meaning
Introduction
NLP Guidelines
Knowledge Graph
Traits
Introduction
How to Use Traits
Ranking and Resolver
Advanced NLP Configurations
INTELLIGENCE
Overview
Context Management
Overview
Session and Context Variables
Context Object
How to Manage Context Switching
Manage Interruptions
Dialog Management
Sub Intents & Follow-up Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Event Based Bot Actions
Default Conversations
Default Standard Responses
TEST & DEBUG
Talk to Bot
Utterance Testing
Batch Testing
Record Conversations
Conversation Testing
CHANNELS
PUBLISH
ANALYZE
Overview
Dashboard
Custom Dashboard
Overview
How to Create Custom Dashboard
Conversation Flows
NLP Metrics
ADVANCED TOPICS
Universal Bots
Overview
Defining
Creating
Training
Customizing
Enabling Languages
Store
Smart Bots
Defining
koreUtil Libraries
SETTINGS
Authorization
Language Management
PII Settings
Variables
Functions
IVR Integration
General Settings
Management
Import & Export
Delete
Bot Versioning
Collaborative Development
Plan Management
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
ADMINISTRATION
HOW TOs
Create a Simple Bot
Create a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure UI 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
RELEASE NOTES

システムコマンド

ユーザーは、システムコマンドを使用してBotの動作をある程度定義することができます。

利用可能なコマンドは以下の通りです。

セッションを管理する

  • Discard」、「Terminate」、「End」などのコマンドを使用して、現在のタスク/インテントを終了させることができます。一時停止されていた以前のタスクはすべて再開されます。
  • Discard All」、「Terminate Everything」、「Clean All」などのコマンドを使用して、そのセッションのすべてのタスク/コンテンツを終了させることができます。 同じ目的でBotと話すウィンドウの上部にある更新アイコンを使用することもできます。
  • 開発者は、~bot_commands_override_discardという名のカスタム概念を使用して、独自の終了コマンドを定義することができます(方法についてはこちらを参照)。この概念に含まれる単語がユーザーの発話で検出された場合、現在のタスクは、それ以上確認されることなく終了されます。これらの単語のみが終了のきっかけとなり、ユーザーの発話にある唯一の単語でなければなりません。これらのコマンドバリエーションで「all」を明示的に参照した場合にはすべてのタスクが必ず終了し、それ以外の場合は現在のタスクのみが終了します。

Botがこれらのコマンド(カスタムコンセプトで定義されているものを除く)のいずれかを有効なインテントまたはエンティティ値として認識した場合、認識されたインテント/エンティティが優先され、Botはそれに応じてこれらのフレーズを処理することにご注意ください。優先順位は、最初にインテント、次にエンティティ、最後にシステムコマンドとなります。

アカウントを管理する

エンドユーザーは、権限の取り消しやアラートサブスクリプションの管理など、アカウントプロファイルを変更したい場合があります。

  • ユーザーは「Reactivate my account」、「manage my account」などのコマンドを使用して、アカウント管理を使用することができます。
  • プラットフォームは、リンクを含むユーザーへのメッセージに応答します。
  • ユーザーは以下の変更のためにリンクを使用することができます。
    • 認証 – エンドユーザーは認証を削除したり、新しい認証アカウントを追加したりすることができます。ユーザーが複数のアカウントを持っていて認証アカウントを再度使用したい場合や、与えられたアカウントの認証トークンの有効期限が切れている場合に特に便利です。Botが複数の認証を必要とする場合は、それぞれの認証がここにリスト表示されます。
    • アラートタスク Settings – エンドユーザーは、登録を削除するか、通知設定を変更することで登録を解除することができます。
    • プロファイル – これには、姓、名、希望するタイムゾーンが含まれます。
  • このリンクは、以下の場合にのみ生成されます。
    • インテントがユーザーの発話と一致しない場合
    • ユーザの発話がパターンと一致した場合 << [manage delete reactivate] [account connection] >>

注:お客様のバーチャルアシスタンスにアカウント関連のタスクがある場合、適切なトレーニングにより、アカウント関連のタスクの代わりにエンドユーザーにこのリンクが送信されることはありません。

OVERVIEW
Virtual Assistants
Kore.ai Platform
Key Concepts
Natural Language Processing (NLP)
Accessing Platform
VIRTUAL ASSISTANTS
Virtual Assistant Builder
Virtual Assistant Types
Getting Started
Create a Simple Bot
SKILLS
Storyboard
Dialog Tasks
Introduction
Dialog Builder (New)
Dialog Builder (Legacy)
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
Bot Action Node
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Manage Dialogs
User Prompts
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Train
Build
Alert Tasks
Introduction
Ignore Words and Field Memory
How to Schedule a Smart Alert
Small Talk
Digital Views
Introduction
How to Configure Digital Views
Digital Forms
Overview
How to Configure Digital Forms
NATURAL LANGUAGE
Overview
Machine Learning
Introduction
Model Validation
Fundamental Meaning
Introduction
NLP Guidelines
Knowledge Graph
Traits
Introduction
How to Use Traits
Ranking and Resolver
Advanced NLP Configurations
INTELLIGENCE
Overview
Context Management
Overview
Session and Context Variables
Context Object
How to Manage Context Switching
Manage Interruptions
Dialog Management
Sub Intents & Follow-up Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Event Based Bot Actions
Default Conversations
Default Standard Responses
TEST & DEBUG
Talk to Bot
Utterance Testing
Batch Testing
Record Conversations
Conversation Testing
CHANNELS
PUBLISH
ANALYZE
Overview
Dashboard
Custom Dashboard
Overview
How to Create Custom Dashboard
Conversation Flows
NLP Metrics
ADVANCED TOPICS
Universal Bots
Overview
Defining
Creating
Training
Customizing
Enabling Languages
Store
Smart Bots
Defining
koreUtil Libraries
SETTINGS
Authorization
Language Management
PII Settings
Variables
Functions
IVR Integration
General Settings
Management
Import & Export
Delete
Bot Versioning
Collaborative Development
Plan Management
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
ADMINISTRATION
HOW TOs
Create a Simple Bot
Create a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure UI 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
RELEASE NOTES

System Commands

Using system commands user can define the bot behavior to some extent.

The following is the list of available commands

To manage sessions

  • You can terminate current task/intent using commands like “Discard“, “Terminate“, “End” etc. Any previous tasks that were on hold would be resumed.
  • You can terminate all tasks/intents for that particular session using commands like “Discard All“, “Terminate Everything“, “Clean All” etc.  You can also use the Refresh icon at the top of Talk to Bot window for the same purpose.
  • You, as a developer, can define your own discard commands using a custom concept named ~bot_commands_override_discard (see here for how). When the words in this concept are detected in the user utterance then the current task will be discarded without any further checks. Only these words will cause a discard to happen, and these must be the only words on the user utterance. An explicit reference to “all” in these command variations will ensure termination of all tasks, else only the current task will be terminated.

Be aware that if the bot recognizes any of these commands (except those defined in the custom concept) as a valid intent or entity value then priority would be given to the intent/entity recognized and the bot would process these phrases accordingly. The priority being – first intent then entity and lastly system command.

To manage accounts

Chances are end-user might want to change their account profile like revoke permissions or manage the alert subscriptions etc.

  • User can use manage account using commands like “Reactivate my account“, “manage my account“, etc.
  • Platform responds with a message to the user with a link.
  • The link can be used by the user to change:
    • Authorizations – The end-user can delete any authorizations and/or add new auth accounts. Especially useful when the user has multiple accounts and wants to revisit the auth account or if the given account authorization token has expired. In case the bot requires multiple authorizations each of these would be listed here.
    • Alert Task Settings – The end-user can unsubscribe by deleting the subscription or change the notification settings
    • Profile – this includes first name, last name and the preferred time zone.
  • This link would be generated ONLY when:
    • no intent matches the user utterance; and
    • the user utterance matches the pattern << [manage delete reactivate] [account connection] >>

NOTE: In case your virtual assistance has account related tasks, a proper training would ensure that this link is not sent to the end-user instead of the account-related task.