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. ユーザーインテントノードでの操作

ユーザーインテントノードでの操作

ボット開発者は、通常、1つの主要なユーザーインテントを解決するためにタスクを作成します。しかし、ユーザーの会話は、主要インテントの一部として、関連するインテント(フォローアップまたはサブインテント)に分岐することができます。

ここでは、フライト予約ボットの会話のサンプルを見てみましょう:

ボット:こんにちは、ご用件をどうぞ。 
ユーザー: どうも、LAからNYCまでのフライトでどんなのがありますか? 
ボット: はい、では旅行日を教えてください。 
ユーザー: ちょっと待ってください、今週の日曜日は雨が降るでしょうか?

この会話の主なインテントは航空券を予約することです。しかし、ユーザーは予約を完了する前に天気予報を知りたいと考えており、これは有効な使用例です。

ユーザーインテントノードは、ダイアログタスクにルートインテントやフォローアップ(またはサブインテント)を追加するのに役立ちます。フォローアップインテントのフローは、遷移を使って同じダイアログタスク内で構築され、外部タスクにリンクすることはできません。フォローアップインテントの実行が完了すると、会話の流れは追加した遷移に基づいて同じダイアログタスク内で継続されます。

注意: 既存のダイアログタスクから新しいダイアログタスクを開始するには、ダイアログタスクノードを使用します。

ユーザーインテントノードの設定

ユーザーインテントノードを設定するには、以下のステップがあります:

ダイアログタスクにユーザーインテントノードを追加する

  1. ユーザーインテントノードを追加するダイアログ タスクを開きます。
  2. ユーザーインテントを追加したいノードの隣にカーソルを置きます。
  3. ノードの後に表示される [プラス] アイコンをクリックし、インテント > 新規ユーザーインテントノードを選択します。
  4. ノードの名前と説明 (任意) を入力し、作成をクリックします。
  5. 既存のユーザーインテントを選択することもできます。
  6. ノードのコンポーネントプロパティパネルが開きます。

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

注意:コンポーネントのプロパティパネルで設定または編集した構成は、このノードを使用するすべてのダイアログタスクに反映されます。
これらの設定はインテントノードとサブインテントノードで同じです。

  1. 名前や説明などの一般的なコンポーネントプロパティ を変更します。
  2. 接続タブから、ダイアログタスクのどのノードを次に実行するかを決定するために、遷移プロパティを設定します。ダイアログ タスク内の任意のエンティティ オブジェクトまたはコンテキスト オブジェクトの値に基づいて条件文を書くこともでき、また、遷移にインテントを使用することもできます。
    <ol

  3. 接続タブを選択します
  4. IF の追加をクリックします。
  5. 以下のいずれかの基準に基づいて条件式を構成します:
    • エンティティ: ダイアログ内のエンティティノードを特定の値と比較します:
    • エンティティを選択します:
    • ドロップダウンリストを使用して演算子を選択します:存在する~に等しい~より大きいか等しい~より小さいか等しい~に等しくない~より大きい~より小さい~に等しくない
    • ボックスに数字を入力してください。例: PassengerCount (エンティティ)が 5 (指定された値)より大きい(演算子)
  6. コンテキスト: これらの演算子のいずれかを使用して、ダイアログ内のコンテキストオブジェクトを特定の値と比較します:存在する~に等しい~より大きいか等しい~より小さいか等しい~に等しくない~より大きい~より小さい~に等しくない。例Context.entity.PassengerCount (コンテキストオブジェクト) が5(指定された値)より大きい(演算子)
  7. インテント: 次のユーザー発言と一致するインテントを選択します。
  8. Then go to ドロップダウンリストで、条件式が成功した場合にダイアログ フローで実行する次のノードを選択します。たとえば、 PassengerCount(エンティティ) が 5(指定された値) より大きい場合、 Then go to Offers (サブダイアログ) に進みます。
  9. その他ドロップダウンリストで、条件が失敗した場合に実行するノードを選択します。
    注意: 複数の If 条件を書きたい場合は、最後の If 条件式の下にある Else Ifの追加 をクリックします。
  • NLP プロパティタブから
    • 機械学習の設定により、この意図のための検出を改善するためにユーザーの発言を提供します。
    • ボット同義語 またはこのユーザーインテントに関連するフレーズ。
    • パターンとルール ユーザーの発言にこれらの特定のパターンが含まれている場合に、この意図を捕捉します。
    • コンテキストの管理 は会話の流れを良くコントロールします。
  • メニュー
    Kore.ai Named a Leader in 2022 Gartner® Magic Quadrant™ for Enterprise Conversational AI PlatformsGet the Report