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

ダイアログタスク

Kore.ai Dialog tasks represent a full conversational flow between a user and a Bot with a network of nodes that are connected using conditions.

For example, if you create a banking Bot, some of the tasks you will want your Bot to do for users is to:

  • retrieve and monitor account balances,
  • provide alerts for expenditures or low balances,
  • transfer funds,
  • pay bills,
  • a combination of these or more.

Dialog tasks also handle multiple user intents within a single conversation. For example, “Pay Bills” is a typical question in Banking Bot that is sometimes followed up with “Transfer Funds ” or “Check Balance”. You can create a dialog task to encompass a full conversation with multiple outcomes as a single task.

A dialog task begins with a root intent, Pay Bill, can branch out into subtasks, Check Balance, and then return to the primary task. The branch flow is determined at runtime by user input or selection.

ダイアログタスクを選ぶ理由とは

開発者は、Kore.ai ダイアログタスクを以下のように定義することができます。

  • ユーザーとボットの間の会話の流れを作る
  • ユーザーの入力と応答に基づいた、分岐パスをもつダイアログを構築する
  • 現在のフローのコンテキスト内で子フローを呼び出す
  • 定義された条件で接続されたダイアログノードを定義して再利用する
  • 会話の流れにカスタムJavaScriptを追加する
  • イベントハンドラを追加し、Webフック経由で会話コンテキストを取得または更新する

下記は資金の移動向けの典型的なダイアログタスクです。

ダイアログタスクビルダー

ダイアログタスクビルダーとは、ダイアログタスクを構築するためのユーザーインターフェイスです。ダイアログタスクは、接続されたノードのセットと、ユーザーの会話に基づいてボットが取得することができる分岐パスから構成されます。ダイアログビルダーツールの使い方については、こちらを参照してください。

ダイアログタスクの作成

ダイアログタスクを作成するには、ダイアログタスクを追加するボットを作成している必要があります。

ダイアログタスクを追加する

  1. ダイアログタスクの作成先にボットを開きます
  2. サイドナビゲーションパネルにカーソルを合わせ、ボットタスクをクリックします。
  3. ダイアログタスクをクリックまたはカーソルを合わせ、プラスアイコンをクリックします。
  4. ダイアログタスクの名前を入力します。これは、構築中のタスクのインテント名として機能します。
  5. 必要に応じて、独立したタスクまたはサブインテントタスクにするための説明を追加したり、そのオプションを設定することができます。
  6. 作成して実行をクリックします。
  7. ダイアログビルダーが、ルートインテントコンポーネントとコンポーネントプロパティパネルで開きます。
  8. これで、ノードの追加およびワークフローのためのノード間の遷移を確立する準備が整いました。ノードと遷移についてはこちらを参照してください

ダイアログタスクのクローン

(ver7.1に導入済)

わずかな違いの、似たようなダイアログタスクを2つ作成する必要があることがあります。このような場合には、ダイアログタスクページのクローンオプションで実現できます。

ダイアログタスクのクローン

  1. ダイアログタスクのクローンを作成するボットを開きます
  2. クローンを作成するタスクにカーソルを合わせ、設定 (歯車アイコン) をクリックすします。
  3. クローンのオプションを選択します。
  4. ダイアログのクローンのウィンドウが開きます。
  5. ダイアログタスクの名前を入力します。これは、構築中のタスクのインテント名として機能します。
  6. 必要に応じて、説明を追加して独立したタスクまたはサブインテントタスクとするための設定をすることができます。
  7. クローンをクリックします。
  8. 新しい名前のダイアログタスクが作成されます。

クローン化されたダイアログタスクについては、以下の点にご注意ください。

  • 元のダイアログと同じコンポーネント、インスタンス、NL、IVRおよび接続プロパティを持ちます。
  • ダイアログ設定、割り込み設定、補正動作も元のダイアログからコピーされます。
  • 元のダイアログで複数の言語が有効になっている場合、すべての言語の詳細がコピーされます。
  • インテントレベルのNLPトレーニングデータはコピーされません。すなわち、以下のようなデータはコピーされません。
    • MLの発言
    • インテントのパターンとルール
    • インテントの同義語