はじめに
対話型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. Virtual Assistants
  4. How Tos
  5. Create an ‘Update Booking’ Task

Create an ‘Update Booking’ Task

This document is part of the documentation that shows you the steps in creating a sample Travel Planning Assistant. 

Assistant Capabilities

The assistant we build will perform basic travel booking tasks, as follows:

In this article, therefore, we will be configuring the assistant to update a booking, by configuring an Update Booking Intent. For the purpose of this use case, we will work with a Name update.

Update Booking Dialog Task / Intent

  • The Update booking task will prompt the user to enter the booking number corresponding to the booking that they want to update. 
  • It would then prompt for the type of update – e.g. Name or Passport Number. 
  • A service call will be made to fetch the details, and then another service call to update the booking.
  • The success/failure message will be displayed.

To create an Update Booking Dialog Task / Intent:

  1. Open the Travel Planning Assistant  with the Get Flight Status task already configured.
  2. Navigate to Build > Conversational Skills > Dialog Tasks.
  3. Click Create Dialog from the top right. The Create Dialog screen will open.
  4. Enter the following details:
    1. Intent Name – Enter the Intent name, this is the phrase that triggers the dialog. The intent name should be simple and not more than 3-4 words. For example, Update Booking.
    2. You can add a description and under More Options other dialog-related details. Let’s retain the default settings without any changes.
    3. You can also include utterances to train this intent.
    4. Select Try Conversation Driven Dialog Builder option.
  5. Click Proceed.
  6. The Property Panel for User Intent will be displayed. We will retain the default properties.

    Note: For instructions related to the Legacy Dialog Builder, refer here

  7. Close the User Intent Property Panel.

Add Entity nodes (Booking Number & Update Type)

The Entity Node is typically used to gather information from the user.

Here we will be using it to capture the user input for Booking Number and type of update. 

Add an Entity node that retrieves the Booking Number as follows:

  1. Click the + below the User Intent node
  2. Select the Entity option and click +New Entity.
  3. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it.
  4. Enter the following details:
    1. Name: BookingNumber
    2. Display Name: Booking Number
    3. Type: Number

 

Add an Entity Node that retrieves the Update Type 

  1. Click the + below the Booking Number node
  2. Select the Entity option.
  3. Click + New entity 
  4. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it.
    1. Enter the following details:
      1. Name: UpdateType
      2. Display Name: Update Type 
      3. Type: Select List of Items (enumerated)from the drop-down. We need to provide the list of values that the user can select.
        1. Click the Settings (gear) icon that appears next to the field.
        2. Opt for Static List.
        3. Enter the following options under separate rows as the Display name Name and Passport Number. Value and Synonym columns will auto-populate, leave them as is.
        4. Define the percentage of Auto-correction to be applied to match the user’s input to a value in the list.
        5. Click Save.
      4. Navigate back to the Entity Property Panel.
      5. User Prompts: Enter the following text and hit enter to save:
        What would you like to update?
      6. Display List Of Values: Mark asYes, use channel specific standard formatting for default messages and show the available list of values to the end user‘. This will present the list of values in a button template for the supported channels.
    2. Close the UpdateType Entity Property Panel.

 

Add an Entity Node that retrieves the Updated Name, as follows: 

  1. Click the + below the UpdateType node
  2. \Select the Entity option and click +New Entity.
  3. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it. Enter the following details:
    • Name: Name
    • Display Name: Name
    • Type: String
    • User Prompts: Enter the following text and hit enter to save:
      Please enter your full name.

Add a Bot Action – Service Node (Get Booking Details)

A Service Node allows you to make a backend API call. It is included in the Bot Actions node.

Here the service node is used to call an API to get the booking details  for the user entered booking number.

We will be using a dummy API setup for this tutorial. We will be using a mock API created specifically for this purpose with the following fields – FirstName, LastName, Address, City, Country, ZipCode, BookingNumber.

  1. Click the + below the UpdateType Entity node
  2. Select Bot Action, click to open properties, name it GetBooking , and close the properties window.
  3. To add a service node, click the + next to the Get Booking Bot Action node to expand it
  4. Click the + within the Bot Action layout.
  5. Select Service – Service node is used to make a backend API call to get booking information.
    1. Click + New Service
    2. The Property Panel for the Service Node is displayed, if not click on the newly created entity node to open it.
    3. Enter the following details:
      1. Name: GetBooking
      2. Display Name: Get Booking
    4. Under Request Definition: click Define Request and enter it.

Add a Bot Action – Service Node (Update Balance)

Here the service node is used to call an API to update the account balance for the user entered booking number.

We will be using a dummy API setup for this tutorial.

  1. Click the + below the GetBooking  Service node
  2. Select Service – Service node is used to make a backend API call to update booking information.
  3. Click + New service 
  4. The Property Panel for the Service Node is displayed, if not click on the newly added service node to open
  5. Enter the following details:
    1. Name: UpdateBooking
    2. Display Name: Update Booking
    3. Service Type: Custom Service
    4. Type: Webservice
    5. Sub Type: REST
    6. Click DEFINE REQUEST
      • In the Define Request Page, enter the following details:
        • Request typePUT
        • Request URLhttps://5c3c633d29429300143fe4d2.mockapi.io/AccountDetails/{{context.entities.BookingNumber}}.
        • This API does not require any Auth Parameters.
        • In the Body tab, select the type as application/json.
        • Select the Test Request tab.
        • Enter an account number and balance in the Sample Context Values section.
        • Click the Test button.
        • Wait for the test to be completed and you get a Status: 200.
        • Click Save as Sample Response.
        • Click Save.
    7. On the Service node Property window, click the Connections tab.
      • Under the Connection Rules section, ensure that the Default connection is set to End of Bot Action.
    8. Close the Service Property Panel
    9. Click next to the Bot Action node to collapse it.

Add a Message Node

A Message Node is used to display a message from the assistant to the user.

Here we will be using the Message node to show the success message.

  1. Click the + below the GetBooking Bot Action
  2. Select Message and click the + New message 
  3. Property Panel for the Message Node is displayed
  4. Enter the following details:
    1. Name: BookingUpdated
    2. Display Name: Booking Updated
    3. Bot Responses: Enter Your booking has been updated.
  5. On the Message Property Panel, click the Connections icon.
    1. Change the Default connection from Not Connected to End of Dialog‘.
    2. Click Save.
  6. Close the Property Panel.

When completed, your task may look similar to the one illustrated below: 

Test the Assistant

To test the Dialog task, you can use the Talk to bot feature, at the bottom right corner of the Platform.

Enter the following utterance (intent name) – “Update Booking

Follow the Bot instructions:

  • Enter Booking Number – 29565731.
  • Select the Update Type – Choose Name.
  • Enter the Name: e.g. Anne Smith.
  • See the success message.

Create an ‘Update Booking’ Task

This document is part of the documentation that shows you the steps in creating a sample Travel Planning Assistant. 

Assistant Capabilities

The assistant we build will perform basic travel booking tasks, as follows:

In this article, therefore, we will be configuring the assistant to update a booking, by configuring an Update Booking Intent. For the purpose of this use case, we will work with a Name update.

Update Booking Dialog Task / Intent

  • The Update booking task will prompt the user to enter the booking number corresponding to the booking that they want to update. 
  • It would then prompt for the type of update – e.g. Name or Passport Number. 
  • A service call will be made to fetch the details, and then another service call to update the booking.
  • The success/failure message will be displayed.

To create an Update Booking Dialog Task / Intent:

  1. Open the Travel Planning Assistant  with the Get Flight Status task already configured.
  2. Navigate to Build > Conversational Skills > Dialog Tasks.
  3. Click Create Dialog from the top right. The Create Dialog screen will open.
  4. Enter the following details:
    1. Intent Name – Enter the Intent name, this is the phrase that triggers the dialog. The intent name should be simple and not more than 3-4 words. For example, Update Booking.
    2. You can add a description and under More Options other dialog-related details. Let’s retain the default settings without any changes.
    3. You can also include utterances to train this intent.
    4. Select Try Conversation Driven Dialog Builder option.
  5. Click Proceed.
  6. The Property Panel for User Intent will be displayed. We will retain the default properties.

    Note: For instructions related to the Legacy Dialog Builder, refer here

  7. Close the User Intent Property Panel.

Add Entity nodes (Booking Number & Update Type)

The Entity Node is typically used to gather information from the user.

Here we will be using it to capture the user input for Booking Number and type of update. 

Add an Entity node that retrieves the Booking Number as follows:

  1. Click the + below the User Intent node
  2. Select the Entity option and click +New Entity.
  3. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it.
  4. Enter the following details:
    1. Name: BookingNumber
    2. Display Name: Booking Number
    3. Type: Number

 

Add an Entity Node that retrieves the Update Type 

  1. Click the + below the Booking Number node
  2. Select the Entity option.
  3. Click + New entity 
  4. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it.
    1. Enter the following details:
      1. Name: UpdateType
      2. Display Name: Update Type 
      3. Type: Select List of Items (enumerated)from the drop-down. We need to provide the list of values that the user can select.
        1. Click the Settings (gear) icon that appears next to the field.
        2. Opt for Static List.
        3. Enter the following options under separate rows as the Display name Name and Passport Number. Value and Synonym columns will auto-populate, leave them as is.
        4. Define the percentage of Auto-correction to be applied to match the user’s input to a value in the list.
        5. Click Save.
      4. Navigate back to the Entity Property Panel.
      5. User Prompts: Enter the following text and hit enter to save:
        What would you like to update?
      6. Display List Of Values: Mark asYes, use channel specific standard formatting for default messages and show the available list of values to the end user‘. This will present the list of values in a button template for the supported channels.
    2. Close the UpdateType Entity Property Panel.

 

Add an Entity Node that retrieves the Updated Name, as follows: 

  1. Click the + below the UpdateType node
  2. \Select the Entity option and click +New Entity.
  3. The Property Panel for the Entity Node is displayed, if not click on the newly created entity to open it. Enter the following details:
    • Name: Name
    • Display Name: Name
    • Type: String
    • User Prompts: Enter the following text and hit enter to save:
      Please enter your full name.

Add a Bot Action – Service Node (Get Booking Details)

A Service Node allows you to make a backend API call. It is included in the Bot Actions node.

Here the service node is used to call an API to get the booking details  for the user entered booking number.

We will be using a dummy API setup for this tutorial. We will be using a mock API created specifically for this purpose with the following fields – FirstName, LastName, Address, City, Country, ZipCode, BookingNumber.

  1. Click the + below the UpdateType Entity node
  2. Select Bot Action, click to open properties, name it GetBooking , and close the properties window.
  3. To add a service node, click the + next to the Get Booking Bot Action node to expand it
  4. Click the + within the Bot Action layout.
  5. Select Service – Service node is used to make a backend API call to get booking information.
    1. Click + New Service
    2. The Property Panel for the Service Node is displayed, if not click on the newly created entity node to open it.
    3. Enter the following details:
      1. Name: GetBooking
      2. Display Name: Get Booking
    4. Under Request Definition: click Define Request and enter it.

Add a Bot Action – Service Node (Update Balance)

Here the service node is used to call an API to update the account balance for the user entered booking number.

We will be using a dummy API setup for this tutorial.

  1. Click the + below the GetBooking  Service node
  2. Select Service – Service node is used to make a backend API call to update booking information.
  3. Click + New service 
  4. The Property Panel for the Service Node is displayed, if not click on the newly added service node to open
  5. Enter the following details:
    1. Name: UpdateBooking
    2. Display Name: Update Booking
    3. Service Type: Custom Service
    4. Type: Webservice
    5. Sub Type: REST
    6. Click DEFINE REQUEST
      • In the Define Request Page, enter the following details:
        • Request typePUT
        • Request URLhttps://5c3c633d29429300143fe4d2.mockapi.io/AccountDetails/{{context.entities.BookingNumber}}.
        • This API does not require any Auth Parameters.
        • In the Body tab, select the type as application/json.
        • Select the Test Request tab.
        • Enter an account number and balance in the Sample Context Values section.
        • Click the Test button.
        • Wait for the test to be completed and you get a Status: 200.
        • Click Save as Sample Response.
        • Click Save.
    7. On the Service node Property window, click the Connections tab.
      • Under the Connection Rules section, ensure that the Default connection is set to End of Bot Action.
    8. Close the Service Property Panel
    9. Click next to the Bot Action node to collapse it.

Add a Message Node

A Message Node is used to display a message from the assistant to the user.

Here we will be using the Message node to show the success message.

  1. Click the + below the GetBooking Bot Action
  2. Select Message and click the + New message 
  3. Property Panel for the Message Node is displayed
  4. Enter the following details:
    1. Name: BookingUpdated
    2. Display Name: Booking Updated
    3. Bot Responses: Enter Your booking has been updated.
  5. On the Message Property Panel, click the Connections icon.
    1. Change the Default connection from Not Connected to End of Dialog‘.
    2. Click Save.
  6. Close the Property Panel.

When completed, your task may look similar to the one illustrated below: 

Test the Assistant

To test the Dialog task, you can use the Talk to bot feature, at the bottom right corner of the Platform.

Enter the following utterance (intent name) – “Update Booking

Follow the Bot instructions:

  • Enter Booking Number – 29565731.
  • Select the Update Type – Choose Name.
  • Enter the Name: e.g. Anne Smith.
  • See the success message.

メニュー