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
Prompt Editor
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
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
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. ダイアログタスク
  3. 接続と遷移の定義

接続と遷移の定義

ノードタイプ

以下のノードは、要件に応じてダイアログタスクに追加することができます。

ユーザーインテントノード

ユーザーの発言に基づいてプラットフォームが識別するユーザーインテント。すべてのダイアログは、1 つのルートインテントと任意の数のサブインテントを持ちます。詳細については、 ユーザーインテントノードの操作 を参照してください。

エンティティノード

発言におけるユーザーエンティティ。 プラットフォームは、 15 種類以上のエンティティタイプをサポートしています。 開発者は、表示するプロンプトメッセージを定義できます。このメッセージはチャネル固有のものにすることが可能です。たとえば、金額、口座番号、時間、郵便番号などです。エンティティノードは、ユーザーに入力を求めるプロンプトを表示します。 詳細については、 エンティティノードの操作 を参照してください。

エージェント転送ノード

ボットからライブエージェントへの通信を転送するために使用され、通常はダイアログタスクの最後のノードとなります。詳細については、 エージェント転送ノードの操作 を参照してください。

スクリプトノード

ダイアログタスクでカスタム JS コードを記述するために使用します。 詳細については、 スクリプトノードの操作 を参照してください。

サービスノード

API を呼び出すことができます。また、cURLを使ってAPIリクエストを構築することもできます。詳細については、 サービスノードの操作 を参照してください。

メッセージ (またはボットレスポンス) ノード

ほかにご用はありませんか?」など、ボットからユーザーへのメッセージを表示します。詳細については、 ボットレスポンスノードの操作 を参照してください。

確認ノード

ボットからユーザへの問い合わせメッセージを表示し、ユーザからのレスポンスを待ちます。ユーザー入力に基づいてダイアログタスクフローの処理を続行するための条件が定義されます。 詳細については、 確認ノードの操作 を参照してください。

Webフックノード

サーバーサイドの検証、ビジネスロジックの実行、またはバックエンドサーバーのAPI呼び出しに使用します。このノードを使用するには、 SDK Tool Kit がインストールされている必要があります。 詳細については、 Webフックノードの操作 を参照してください。

コンポーネントの遷移

ダイアログタスクは、遷移によって接続された異なるノードを持つタスクフローを構築します。ダイアログタスクの遷移は、ダイアログタスクフロー内の次のステップを実行するための、ビジネス定義の評価基準を使用する条件によって異なります。

Kore.ai では、事前定義された演算子のセットを使用してif-then-else条件を定義します。 各コンポーネントに対して、フォールバック条件を指定する必要があります。 遷移の表現方法は、定義するコンポーネントタイプによって異なります。コンポーネントタイプ固有の遷移については、各コンポーネントタイプのトピックで説明します。

以下の演算子を使用して、条件を記述できます。

  • 存在する
  • ~に等しい
  • ~以上
  • ~以下
  • ~に等しくない
  • ~より大きい
  • ~未満
  • ~を含む

コンテキストオブジェクト

ボットビルダーのContextオブジェクトは、ダイアログ実行のデータを保持するコンテナオブジェクトです。 Kore.ai 自然言語処理 (NLP) エンジンは、識別されたインテント、抽出されたエンティティ、および履歴をこのオブジェクトに読み込みます。 コンポーネントの遷移条件には、 Context オブジェクトのキーを使用できます。 詳細については、 コンテキストオブジェクト を参照してください。

Menu