はじめに
対話型AIプラットフォーム
チャットボットの概要
自然言語処理(NLP)
ボットの概念と用語
クイックスタートガイド
プラットフォームへのアクセス
ボットビルダーの操作
リリースノート
最新バージョン(英語)
以前のバージョン(英語)
廃止機能(英語)
コンセプト
設計
ストーリーボード
ダイアログタスク
ダイアログタスクとは
ダイアログビルダー
ノードタイプ
インテントノード
ダイアログノード
エンティティノード
フォームノード
確認ノード
ロジックノード
ボットアクションノード
サービスノード
Webhookノード
スクリプトノード
グループノード
エージェント転送ノード
ユーザープロンプト
音声通話プロパティ
イベント ハンドラー
ナレッジグラフ
ナレッジグラフの抽出
ナレッジグラフの構築
ボットにナレッジグラフを追加
グラフの作成
ナレッジグラフの構築
既存のソースからFAQを構築
特性、同義語、停止用語
変数ネームスペースの管理
更新
ノード間の質問と回答の移動
用語の編集と削除
質問と応答の編集
ナレッジグラフの分析
通知タスク
スモールトーク
デジタルスキル
デジタルフォーム
デジタルビュー
デジタルビューとは
パネル
ウィジェット
トレーニング
トレーニングとは
機械学習
機械学習とは
モデル検証
ファンダメンタルミーニング
ナレッジグラフ
示唆
ランキングおよび解決
NLPの詳細設定
NLPのガイドライン
インテリジェンス
インテリジェンスとは
コンテキスト
コンテキストインテント
割り込み
複数インテントの検出
エンティティの変更
デフォルトの会話
センチメント管理
トーン分析
テストとデバッグ
ボットと会話
発話テスト
バッチテスト
会話テスト
デプロイ
チャネル
公開
分析
ボットの分析
NLPメトリクス
会話フロー
Usage Metrics
封じ込め測定
カスタムダッシュボード
カスタムダッシュボードとは
メタタグ
カスタムダッシュボードとウィジェット
ユニバーサルボット
ユニバーサルボットとは
ユニバーサルボットの定義
ユニバーサルボットの作成
ユニバーサルボットのトレーニング
ユニバーサルボットのカスタマイズ
他言語の有効化
ストア
プラントと使用
Overview
Usage Plans
Support Plans
Invoices
管理
ボット認証
複数言語対応ボット
個人を特定できる情報の編集
ボット変数の使用
IVRのシステム連携
一般設定
ボット管理
ハウツー
会話スキルの設計
バンキングボットを作成
バンキングボット – 資金の振り替え
バンキングボット – 残高を更新
ナレッジグラフを構築
スマートアラートの予約方法
デジタルスキルの設計
デジタルフォームの設定方法
デジタルビューの設定方法
データテーブルのデータの追加方法
データテーブルのデータの更新方法
Add Data from Digital Forms
ボットのトレーニング
示唆の使用方法
インテントとエンティティのパターンの使用方法
コンテキスト切り替えの管理方法
ボットのデプロイ
エージェント転送の設定方法
ボット関数の使用方法
コンテンツ変数の使用方法
グローバル変数の使用方法
Web SDK Tutorial(英語)
Widget SDK Tutorial(英語)
ボットの分析
カスタムダッシュボードの作成方法
カスタムタグを使ってフィルタリング
管理
ボット管理者コンソール
ダッシュボード
ユーザーの管理
ユーザーの管理
グループの管理
ロール管理
ボット管理モジュール
登録
ユーザーの招待
招待状の一括送信
ユーザーデータのインポート
Active Directoryからユーザーを同期
セキュリティ/コンプライアンス
シングル サインオンの使用
セキュリティ設定
Billing(日本未対応)
  1. ホーム
  2. Docs
  3. Process Apps
  4. How To Articles
  5. Travel Assistant Overview

Travel Assistant Overview

The Kore.ai XO Platform allows you to create a variety of Virtual Assistants, to suit business needs that are just as diverse. In this section of the Platform’s Documentation, we will explore a use case that will help you gain more in-depth knowledge about building specific scenarios within your VA. For this purpose, we will build a Travel Planning Assistant and focus on several essential topics, which we will be discussing below: 

Designing Conversation Skills

Conversation skills are central to your VA, since they make the functionality possible. In this section of our Use Case Documentation, you will learn how to create the following:

  1. A simple Travel Planning Assistant, with a Check Flight Status Dialog Task.
  2. An Update Booking Dialog Task that allows users to update the name on their travel booking. 
  3. A Change Flight Task that lets users change flights by providing the flights to change from and to, as well as the seat preference.
  4. Some Knowledge Graph FAQs along with relevant structure that lets your VA reply to users’ questions, initiate tasks and detect intents appropriately. 
  5. A Smart Alert that sends users weather forecasts.

Designing Digital Skills

Digital Skills improve your user’s experience by gathering and displaying information in a more efficient and visually appealing manner. You can build the following:

  1. Digital Forms: These allow you to build complex forms through which to retrieve information from users in one go, rather than through multiple back and forth User-VA interactions.
  2. Digital Views: These are composed of Widgets and Panels, which you can use to display information to users, either via the VA or via an app integration.

Training the Assistant

Assistant Training is essential to any well-performing VA. For our use case, we discuss the following training related topics, within the context of our Travel Planning Assistant:

  1. Using Traits to improve intent detection.Traits let you make specific associations which the VA should follow in order to properly detect specific intents.
  2. Using Patterns to improve intent detection, as well as entity recognition. Patterns allow you, for example, to determine word order for expressions that should be used as such when determining intents or entities.
  3. Context Switching allows you to enable content sharing across intents and/or FAQs to improve experience and avoid redundancy.

Deploying the Assistant

When the Travel Assistant has been developed, it is time to deploy it. For this section, we will go through the following scenarios:

  1. Configuring Agent Transferf to LiveChat to allow the VA to pass conversations to human agents via the LiveChat application.
  2. Using Bot Functions to enable the use of scripts across the VA.
  3. Using Content Variable to improve performance and avoid having to manually process the same type of information multiple times. 
  4. Using Global Variables to pass API endpoints and easily change them when migrating from development to testing to production environments.
  5. A tutorial of the Kore.ai Web SDK that allows you to integrate the XO Platform to external applications.

Travel Assistant Overview

The Kore.ai XO Platform allows you to create a variety of Virtual Assistants, to suit business needs that are just as diverse. In this section of the Platform’s Documentation, we will explore a use case that will help you gain more in-depth knowledge about building specific scenarios within your VA. For this purpose, we will build a Travel Planning Assistant and focus on several essential topics, which we will be discussing below: 

Designing Conversation Skills

Conversation skills are central to your VA, since they make the functionality possible. In this section of our Use Case Documentation, you will learn how to create the following:

  1. A simple Travel Planning Assistant, with a Check Flight Status Dialog Task.
  2. An Update Booking Dialog Task that allows users to update the name on their travel booking. 
  3. A Change Flight Task that lets users change flights by providing the flights to change from and to, as well as the seat preference.
  4. Some Knowledge Graph FAQs along with relevant structure that lets your VA reply to users’ questions, initiate tasks and detect intents appropriately. 
  5. A Smart Alert that sends users weather forecasts.

Designing Digital Skills

Digital Skills improve your user’s experience by gathering and displaying information in a more efficient and visually appealing manner. You can build the following:

  1. Digital Forms: These allow you to build complex forms through which to retrieve information from users in one go, rather than through multiple back and forth User-VA interactions.
  2. Digital Views: These are composed of Widgets and Panels, which you can use to display information to users, either via the VA or via an app integration.

Training the Assistant

Assistant Training is essential to any well-performing VA. For our use case, we discuss the following training related topics, within the context of our Travel Planning Assistant:

  1. Using Traits to improve intent detection.Traits let you make specific associations which the VA should follow in order to properly detect specific intents.
  2. Using Patterns to improve intent detection, as well as entity recognition. Patterns allow you, for example, to determine word order for expressions that should be used as such when determining intents or entities.
  3. Context Switching allows you to enable content sharing across intents and/or FAQs to improve experience and avoid redundancy.

Deploying the Assistant

When the Travel Assistant has been developed, it is time to deploy it. For this section, we will go through the following scenarios:

  1. Configuring Agent Transferf to LiveChat to allow the VA to pass conversations to human agents via the LiveChat application.
  2. Using Bot Functions to enable the use of scripts across the VA.
  3. Using Content Variable to improve performance and avoid having to manually process the same type of information multiple times. 
  4. Using Global Variables to pass API endpoints and easily change them when migrating from development to testing to production environments.
  5. A tutorial of the Kore.ai Web SDK that allows you to integrate the XO Platform to external applications.
メニュー