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. Webフックノードでの作業

Webフックノードでの作業

Webフックノードを使ってメッセージを購読したり、Webフック イベントを使ってリアルタイムのイベントからリアルタイムのデータを取得してユーザーに表示したりすることができます。Webフックノードを使用して、サーバーサイドの検証、ビジネスロジックの実行、バックエンドサーバーのAPIコールを行うことができます。また、Kore.ai SDKツールのBotKitを利用してイベントハンドラを追加したり、Webフックノードとスクリプトノードを接続してレスポンスを処理することで、必要に応じてメッセージやWebフックイベントを制御することができます。

はじめに:アプリの作成と登録

あなたのダイアログタスクにWebフックイベントへのアクセスとWebフックノードの使用には、ボットの設定のタブにアプリを購読して設定する必要があります。詳細については、 SDKの設定 を参照してください。

  1. サイドナビゲーションパネルにカーソルを合わせ、アプリとエージェントをクリックします。
  2. アプリとエージェントウィンドウで エージェント転送のタブをクリックします。
  3. アプリ名のドロップダウンリストから、既存のアプリを選択するか、アプリの作成をクリックします。
  4. クライアントアプリの作成ダイアログで、アプリの 名前を入力し、次へをクリックします。
  5. クライアントIDとクライアントシークレットが表示されます。完了をクリックします。
  6. コールバックURLフィールドに、ライブエージェントアプリケーションからのURLを入力します。
  7. 注意:作成した登録アプリは、ボットのすべてのタスクに適用されるコールバックURLに基づいています。各タスクは固有の SDK 構成を持つことができますが、コールバック URLは同じものになります。ライブエージェント転送のための別のアプリケーション コールバックURLには、別のボットを作成してください。
  8. 保存をクリックします。「正常に購読されました」 というメッセージが表示されます。

Webフックノードの設定

ダイアログタスクにWebフックノードを設定するには、次のステップを実行します。

ステップ1:ダイアログタスクにWebフックノードを追加する

  1. Webフックノードを追加するダイアログタスクを開きます。
  2. Webフックノードを追加したいノードの隣にカーソルを合わせ、その上のプラスアイコンをクリックします。
  3. ノードの後に表示されるプラスアイコンをクリックし、インテント > 新規Webフックノードを選択します。エンティティのコンポーネントプロパティウィンドウが開きます。
  4. ノードの名前を入力します。
  5. その他の設定は、エージェント転送 SDK の構成に基づいて自動入力されます。設定を変更するには、アプリとエージェントにアクセスしてください。
  6. タイムアウトは、1分間から10分間の範囲から選択して設定できます。デフォルトでは、4分に設定されています。

ステップ2:接続 (または遷移) プロパティを設定する

ノードの接続ペインにIf-Elseの演算子を追加して、次に実行するダイアログテキストのノードを決定することができます。条件文は、ダイアログタスク内のエンティティやコンテキストオブジェクトの値に基づいて記述することができ、また遷移を使用することもできます。
コンポーネント遷移の設定には、次のステップを実行します。

  1. ノードにカーソルを合わせてアイコンをクリックすると、接続ペインが開きます。
  2. 「接続」 ウィンドウで、IFを追加をクリックします。
  3. 次のいずれかの基準条件に基づいて条件式を設定します。
    • エンティティ:これらの演算子のいずれかを使用して、ダイアログ内のエンティティノードを特定の値と比較します。存在する等しいより大きいか等しいより小さいか等しい等しくないより大きいより小さい。それぞれのドロップダウンリストを使用して、エンティティ、演算子を選択し、ボックスに数値を入力します。例:PassengerCount (エンティティ) が5 (指定された値) より大きい (演算子)
    • コンテキスト:これらの演算子のいずれかを使用して、ダイアログ内のコンテキストオブジェクトを特定の値と比較します。存在する等しいより大きいか等しいより小さいか等しい等しくないより大きいより小さい。Context.entity.PassengerCount (コンテキストオブジェクト) が5 (指定された値) より大きい (演算子)
    • インテント:次のユーザー発言と一致するインテントを選択します。
  4. Then go toのドロップダウンリストで、条件式が成功した場合にダイアログフローで実行する次のノードを選択します。たとえば、PassengerCount (エンティティ) が5 (指定された値) より大きい (演算子) 場合、次は (Then go to) Offers (サブダイアログ) に進みます。
  5. Elseのドロップダウンリストで、条件式が失敗した場合に実行するノードを選択します。
注意:複数のIf条件を書く場合は、最後のIf条件式の下でElse Ifを追加をクリックしてください。
Menu