OVERVIEW
Virtual Assistants
Kore.ai Platform
Key Concepts
Natural Language Processing (NLP)
Accessing Platform
VIRTUAL ASSISTANTS
Virtual Assistant Builder
Virtual Assistant Types
Getting Started
Creating a Simple Bot
SKILLS
Storyboard
Dialog Task
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
Build
Alert Tasks
Introduction
Ignore Words and Field Memory
How to Schedule a Smart Alert
Small Talk
Digital Views
Overview
Configuring 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
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
Versioning
Collaborative Development
PLAN & USAGE
Overview
Usage Plans
Support Plans
Invoices
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
Creating a Simple Bot
Creating a Banking Bot
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
Update Balance Task
Transfer Funds Task
RELEASE NOTES
  1. ホーム
  2. Docs
  3. Virtual Assistants
  4. Builder
  5. Dialog Task
  6. ロジックノードでの作業

ロジックノードでの作業

ロジックノードは、主にビジネスユーザーがコンテキスト変数を使用し、複雑な移行条件を定義するために、開発者にとってよりシンプルなエクスペリエンスを提供します。主な機能は以下の2つです。

  1. コンテキストオブジェクト内の変数や変数の値を管理する機能。
  2. ネスト化した移行条件を定義する機能。

ダイアログタスクにロジックノードを追加する

  1. ロジックノードを追加したいダイアログタスクを開きます。
  2. 追加したいノードの隣にカーソルを合わせ、[ diydialogtaskplusicon]アイコンをクリックします。
  3. ロジックオプションに移動し、利用可能なリストから既存のロジックノードを選択するか、新しいロジックノードを作成します。
  4. コンポーネントプロパティのパネルが開きます。

コンポーネントのプロパティを定義する

  1. 名前や説明のような一般的なコンポーネントプロパティを変更します。
  2. コンテキスト変数の管理セクションを使用して、キーと値のペアを入力してコンテキスト変数を設定します。キーフィールドには、たとえば『context.BotUserSession.<variable_name>』のように、変数のフルパスを使用します。
  3. 変数名前空間]セクション(ver8.0で導入)で、このノードとその遷移の実行に使用される変数名前空間を関連付けます。このオプションは、ボットで変数名前空間が有効になっている場合にのみ表示されます。タスクレベルの設定を使用するか、このノード用にカスタマイズできます。詳細については、「名前空間の管理」を参照してください

インスタンスプロパティの設定

インスタンス プロパティを使用して、設定するユーザータグを定義します。

注意:インスタントプロパティパネルの設定は現在のダイアログタスク固有のものであり、このエンティティノードを使用する他のダイアログタスクには反映されません

 

  1. エンティティノードのインスタンスプロパティアイコンをクリックします。
  2. カスタム タグは、ボットの会話のカスタムプロファイルを構築するためのタグを定義しています。詳細についてはこちらを参照してください。

接続プロパティを設定する

ノードの接続ペインから、次に実行するノードを決定することができます。ダイアログタスク内の任意のエンティティやコンテキストオブジェクトの値に基づいて条件文を記述したり、移行にインテントを使用することができます。
コンポーネントの移行を設定するには、以下の手順に従います。

  1. デフォルト接続の下にある利用可能なノードから選択できます。
  2. 条件次第のフローを設定するには、IFを追加をクリックします。
  3. 次のいずれかの基準に基づいて条件式を設定します。
    1. エンティティ:これらの演算子のいずれかを使用して、ダイアログ内のエンティティノードを特定の値と比較します。存在する等しいより大きいか等しいより小さいか等しい等しくないより大きいより小さい。それぞれのドロップダウンリストを使用して、エンティティ、演算子を選択し、ボックスに数値を入力します。例:PassengerCount(エンティティ)が5(指定された値)より大きい(演算子)
    2. コンテキスト:これらの演算子のいずれかを使用して、ダイアログ内のコンテキストオブジェクトを特定の値と比較します:存在する等しいより大きいか等しいより小さいか等しい等しくないより大きいより小さい。コンテキスト、エンティティ、PassengerCount(コンテキストオブジェクト)は5(指定された値)より大きい(演算子)
    3. インテント:次のユーザー発言と一致するインテントを選択します。
  4. Then go toのドロップダウンリストから、条件式が成功した場合にダイアログフローで実行する次のノードを選択します。たとえば、PassengerCount(エンティティ)が5(指定された値)よりも大きい(演算子)場合、Offers(サブダイアログ)に進みます。
  5. Elseのドロップダウンリストから、条件式が失敗した場合に実行するノードを選択します。
注意:複数のIf条件を書きたい場合は、最後のIf条件式の下にあるElse Ifを追加をクリックしてください。
メニュー
Kore.ai Named a Leader in 2022 Gartner® Magic Quadrant™ for Enterprise Conversational AI PlatformsGet the Report