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. エージェント転送ノードでの作業

エージェント転送ノードでの作業

条件付きのダイアログフローでエージェント転送ノードを使用して、ボットがユーザーのインテントを識別できない場合や、音声分析でユーザーがボットとの会話に満足していないことが示された場合、ユーザーの手動リクエストによる場合などに、ユーザーをライブエージェントとの会話に転送することができます。
ユーザーエージェント転送ノードにより転送された場合、ダイアログタスクは終了しエージェントが残りの会話部分をコントロールします。ボットプラットフォームは、エージェント転送ノードを使用したFreshDeskとの統合をサポートしています。

はじめに:アプリを登録する

ダイアログタスクでエージェント転送ノードを設定するには、アプリを作成し、Kore.ai SDKを使用して登録認証情報を生成する必要があります。この認証情報は、アプリとKore.ai ボットプラットフォームの間でメッセージを交換するために必要なものです。

次のステップに従ってください。

  1. ボットのサイドナビゲーションパネルにカーソルを合わせ、API機能拡張をクリックします。BotKit SDKタブがデフォルトで開きます。
  2. エージェント転送をクリックします。
  3. エージェント転送ページで、アプリ名ドロップダウンリストの隣にある 追加ボタンをクリックします。 アプリの作成 ダイアログが開きます。
  4. アプリ名フィールドに、SDK Appなどのアプリ登録の名前を入力し、次へをクリックします。
  5. 「アプリの作成が完了しました」のメッセージとともに、クライアントIDクライアントシークレットが生成されます。
  6. 完了をクリックします。追加の構成フィールドが表示されます。
  7. 表示されるコールバックURLフィールドに、https://koremessenger.com/postURLなどのKore.aiがデータをプッシュしたいアプリケーションのURLを入力します。
  8. 機密情報をどのように扱うべきかを定義します。エージェントセッションの進行中に、マスクなしのデータを共有する必要がある場合、たとえPII 編集が有効であっても、「元データをマスクをせずBotKitに送信する」を選択してください。そうでなければ、デフォルト設定の「マスクした機密データをエージェントBotKitに送信する」を選択してください。
  9. URL がファイアウォールの後ろにあり、コネクタを使用しなければならない場合を示します。

エージェント転送ノードの設定

ダイアログタスクでエージェント転送ノードを設定するには、次のステップを実行します。

  1. エージェント転送ノードを追加するダイアログタスクを開きます。
  2. ノードを追加したいノードの隣にカーソルを合わせ、プラスアイコンをクリックします。
  3. ノードの後に表示されるプラスアイコンをクリックして、エージェント 転送 > 新規エージェント転送ノードを選択します。
  4. エンティティのコンポーネントプロパティパネルが開きます。
  5. LiveAgentのように、ノードの名前を入力します。
  6. その他の設定は、エージェント転送SDKの設定に基づいて自動入力されます。設定を変更するには、API拡張機能に進みます。
Menu