はじめに
対話型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. Integrations
  3. Using the Google Maps Action Templates

Using the Google Maps Action Templates

You can use the Prebuilt Action Templates from your Google Maps integration to auto-create dialog tasks and test them using the Talk to Bot option.

Steps to create a dialog task using the Google Maps action templates:

  1. Go to Build > Conversation Skills > Dialog Tasks.
  2. Click Create a Dialog Task.
  3. On the Dialog Task pop-up, under the Integration, select the Google Maps option to view the action templates.
  4. Select any of the dialog task templates and click Proceed. For example, select the Get locations by coordinates item.
  5. If you have not configured any integration for your virtual assistant, you will see the Explore Integrations option. Once you click this option, you will be redirected to the Actions page to configure an integration for your VA. For more information, see Actions Overview.

Google Maps Actions

The following Google Maps actions are supported:

Supported Tasks Description Method
Get places by name Displays the coordinate, and address based on the name of a place. GET
Get locations by coordinates Get location information based on the coordinate. GET

Get places by names

Steps to find places by name in Google Maps:

  1. Refer to the Installing the Google Maps Action Templates section to install this template.
  2. The Get Places dialog task is added with the following components:

    • getPlaces: A user intent to get places by name from Google Maps.
    • place – Entity node for entering the name of the place.
    • getLocationService – A bot action service to find places from an external integration using the place name. Click the Plus icon to expand to view the getLocationService bot action component properties.
    • (Optional)In the Component Properties window, click the Edit Request link to edit the request parameters as shown below:
      To add one or more responses, scroll down and click the +Add Response button:

      Sample Response:
      {
      "places": [
      {
      "formatted_address": "3rd Floor, Aurobindo Galaxy Towers, Hitech City Rd, opposite IKEA Restaurant, Hyderabad, Telangana 500081, India",
      "geometry": {
      "location": {
      "lat": 17.4368202,
      "lng": 78.3754289
      },
      "viewport": {
      "northeast": {
      "lat": 17.43813227989272,
      "lng": 78.37674267989273
      },
      "southwest": {
      "lat": 17.43543262010727,
      "lng": 78.37404302010728
      }
      }
      },
      "name": "Kore.ai Software India Pvt Ltd",
      "opening_hours": {
      "open_now": false
      },
      "place_id": "ChIJG6F9J8-TyzsRmATpJeu0qxE"
      }
      ],
      "status": "OK"
      }
    • getPlacesMessage – A message node with the script to display responses.
  3. Click the Train tab to complete the Dialog task training.
  4. Click the Talk to Bot icon to test and debug the dialog task.
  5. Follow the prompts in the VA console to find places by name, as shown below.

Get locations by coordinates

Steps to find locations using the Google Maps coordinates:

  1. Refer to the Installing the Google Maps Action Templates section to install this template.
  2. The Get Locations by Coordinates dialog task is added with the following components:

    • getLocationsbyCoordinates – A user intent to find locations using the coordinates.
    • latitude and longitude – Entity node for entering the latitude and longitude coordinates.
    • getLocationsbyCoordinatesService – A bot action service to get locations using coordinates from an external integration. Click the Plus icon to expand to view the getLocationsbyCoordinatesService bot action component properties.
    • (Optional)In the Component Properties window, click the Edit Request link to edit the request parameters as shown below.

      To add one or more responses, scroll down and click the +Add Response button.
      Sample Response:
      {
      "plus_code": {
      "compound_code": "P27Q+MCM New York, NY, USA",
      "global_code": "87G8P27Q+MCM"
      },
      "results": [
      {
      "address_components": [
      {
      "long_name": "277",
      "short_name": "277",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "277 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "location": {
      "lat": 40.7142205,
      "lng": -73.9612903
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.71556948029149,
      "lng": -73.95994131970849
      },
      "southwest": {
      "lat": 40.7128715197085,
      "lng": -73.9626392802915
      }
      }
      },
      "place_id": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
      "plus_code": {
      "compound_code": "P27Q+MF New York, NY, USA",
      "global_code": "87G8P27Q+MF"
      },
      "types": [
      "street_address"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "279",
      "short_name": "279",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      },
      {
      "long_name": "4203",
      "short_name": "4203",
      "types": [
      "postal_code_suffix"
      ]
      }
      ],
      "formatted_address": "279 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7142628,
      "lng": -73.96121309999999
      },
      "southwest": {
      "lat": 40.7141534,
      "lng": -73.9613792
      }
      },
      "location": {
      "lat": 40.7142015,
      "lng": -73.96130769999999
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.7155570802915,
      "lng": -73.95994716970849
      },
      "southwest": {
      "lat": 40.7128591197085,
      "lng": -73.96264513029149
      }
      }
      },
      "place_id": "ChIJRYYERGBZwokRAM4n1GlcYX4",
      "types": [
      "premise"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "277",
      "short_name": "277",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "277 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "location": {
      "lat": 40.7142205,
      "lng": -73.9612903
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.71556948029149,
      "lng": -73.95994131970849
      },
      "southwest": {
      "lat": 40.7128715197085,
      "lng": -73.9626392802915
      }
      }
      },
      "place_id": "ChIJF0hlQ2BZwokRsrY2RAlFbAE",
      "plus_code": {
      "compound_code": "P27Q+MF Brooklyn, NY, USA",
      "global_code": "87G8P27Q+MF"
      },
      "types": [
      "establishment",
      "point_of_interest"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "291-275",
      "short_name": "291-275",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "291-275 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7145065,
      "lng": -73.9612923
      },
      "southwest": {
      "lat": 40.7139055,
      "lng": -73.96168349999999
      }
      },
      "location": {
      "lat": 40.7142045,
      "lng": -73.9614845
      },
      "location_type": "GEOMETRIC_CENTER",
      "viewport": {
      "northeast": {
      "lat": 40.7155549802915,
      "lng": -73.96013891970848
      },
      "southwest": {
      "lat": 40.7128570197085,
      "lng": -73.96283688029149
      }
      }
      },
      "place_id": "ChIJ8ThWRGBZwokR3E1zUisk3LU",
      "types": [
      "route"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "P27Q+MC",
      "short_name": "P27Q+MC",
      "types": [
      "plus_code"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "P27Q+MC New York, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.71425,
      "lng": -73.96137499999999
      },
      "southwest": {
      "lat": 40.714125,
      "lng": -73.9615
      }
      },
      "location": {
      "lat": 40.714224,
      "lng": -73.96145199999999
      },
      "location_type": "GEOMETRIC_CENTER",
      "viewport": {
      "northeast": {
      "lat": 40.71553648029149,
      "lng": -73.96008851970849
      },
      "southwest": {
      "lat": 40.71283851970849,
      "lng": -73.96278648029151
      }
      }
      },
      "place_id": "GhIJWAIpsWtbREARHyv4bYh9UsA",
      "plus_code": {
      "compound_code": "P27Q+MC New York, NY, USA",
      "global_code": "87G8P27Q+MC"
      },
      "types": [
      "plus_code"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "South Williamsburg",
      "short_name": "South Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "South Williamsburg, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7167119,
      "lng": -73.9420904
      },
      "southwest": {
      "lat": 40.6984866,
      "lng": -73.9699432
      }
      },
      "location": {
      "lat": 40.7043921,
      "lng": -73.9565551
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7167119,
      "lng": -73.9420904
      },
      "southwest": {
      "lat": 40.6984866,
      "lng": -73.9699432
      }
      }
      },
      "place_id": "ChIJR3_ODdlbwokRYtN19kNtcuk",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7280089,
      "lng": -73.9207299
      },
      "southwest": {
      "lat": 40.7008331,
      "lng": -73.9644697
      }
      },
      "location": {
      "lat": 40.7093358,
      "lng": -73.9565551
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7280089,
      "lng": -73.9207299
      },
      "southwest": {
      "lat": 40.7008331,
      "lng": -73.9644697
      }
      }
      },
      "place_id": "ChIJvbEjlVdZwokR4KapM3WCFRw",
      "types": [
      "postal_code"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Williamsburg, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7251773,
      "lng": -73.936498
      },
      "southwest": {
      "lat": 40.6979329,
      "lng": -73.96984499999999
      }
      },
      "location": {
      "lat": 40.7081156,
      "lng": -73.9570696
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7251773,
      "lng": -73.936498
      },
      "southwest": {
      "lat": 40.6979329,
      "lng": -73.96984499999999
      }
      }
      },
      "place_id": "ChIJQSrBBv1bwokRbNfFHCnyeYI",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Kings County, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7394209,
      "lng": -73.8330411
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      },
      "location": {
      "lat": 40.6528762,
      "lng": -73.95949399999999
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7394209,
      "lng": -73.8330411
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      }
      },
      "place_id": "ChIJOwE7_GTtwokRs75rhW4_I6M",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.739446,
      "lng": -73.83336509999999
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      },
      "location": {
      "lat": 40.6781784,
      "lng": -73.94415789999999
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.739446,
      "lng": -73.83336509999999
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      }
      },
      "place_id": "ChIJCSF8lBZEwokRhngABHRcdoI",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "New York, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.9175771,
      "lng": -73.70027209999999
      },
      "southwest": {
      "lat": 40.4773991,
      "lng": -74.25908989999999
      }
      },
      "location": {
      "lat": 40.7127753,
      "lng": -74.0059728
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.9175771,
      "lng": -73.70027209999999
      },
      "southwest": {
      "lat": 40.4773991,
      "lng": -74.25908989999999
      }
      }
      },
      "place_id": "ChIJOwg_06VPwokRYv534QaPC8g",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "New York, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 45.015861,
      "lng": -71.777491
      },
      "southwest": {
      "lat": 40.476578,
      "lng": -79.7625901
      }
      },
      "location": {
      "lat": 43.2994285,
      "lng": -74.21793260000001
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 45.015861,
      "lng": -71.777491
      },
      "southwest": {
      "lat": 40.476578,
      "lng": -79.7625901
      }
      }
      },
      "place_id": "ChIJqaUj8fBLzEwRZ5UY3sHGz90",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "United States",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 74.071038,
      "lng": -66.885417
      },
      "southwest": {
      "lat": 18.7763,
      "lng": 166.9999999
      }
      },
      "location": {
      "lat": 37.09024,
      "lng": -95.712891
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 74.071038,
      "lng": -66.885417
      },
      "southwest": {
      "lat": 18.7763,
      "lng": 166.9999999
      }
      }
      },
      "place_id": "ChIJCzYy5IS16lQRQrfeQ5K5Oxw",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "status": "OK"
      }

       

    • getLocationsbyCoordinatesMessage – A message node with the script to display responses.
  3. Click the Train tab to complete the Dialog task training.
  4. Click the Talk to Bot icon to test and debug the dialog task.
  5. Follow the prompts in the VA console to get the location using the coordinates, as shown below.
  6. To view the location details click and expand the desired item in the results.

Using the Google Maps Action Templates

You can use the Prebuilt Action Templates from your Google Maps integration to auto-create dialog tasks and test them using the Talk to Bot option.

Steps to create a dialog task using the Google Maps action templates:

  1. Go to Build > Conversation Skills > Dialog Tasks.
  2. Click Create a Dialog Task.
  3. On the Dialog Task pop-up, under the Integration, select the Google Maps option to view the action templates.
  4. Select any of the dialog task templates and click Proceed. For example, select the Get locations by coordinates item.
  5. If you have not configured any integration for your virtual assistant, you will see the Explore Integrations option. Once you click this option, you will be redirected to the Actions page to configure an integration for your VA. For more information, see Actions Overview.

Google Maps Actions

The following Google Maps actions are supported:

Supported Tasks Description Method
Get places by name Displays the coordinate, and address based on the name of a place. GET
Get locations by coordinates Get location information based on the coordinate. GET

Get places by names

Steps to find places by name in Google Maps:

  1. Refer to the Installing the Google Maps Action Templates section to install this template.
  2. The Get Places dialog task is added with the following components:

    • getPlaces: A user intent to get places by name from Google Maps.
    • place – Entity node for entering the name of the place.
    • getLocationService – A bot action service to find places from an external integration using the place name. Click the Plus icon to expand to view the getLocationService bot action component properties.
    • (Optional)In the Component Properties window, click the Edit Request link to edit the request parameters as shown below:
      To add one or more responses, scroll down and click the +Add Response button:

      Sample Response:
      {
      "places": [
      {
      "formatted_address": "3rd Floor, Aurobindo Galaxy Towers, Hitech City Rd, opposite IKEA Restaurant, Hyderabad, Telangana 500081, India",
      "geometry": {
      "location": {
      "lat": 17.4368202,
      "lng": 78.3754289
      },
      "viewport": {
      "northeast": {
      "lat": 17.43813227989272,
      "lng": 78.37674267989273
      },
      "southwest": {
      "lat": 17.43543262010727,
      "lng": 78.37404302010728
      }
      }
      },
      "name": "Kore.ai Software India Pvt Ltd",
      "opening_hours": {
      "open_now": false
      },
      "place_id": "ChIJG6F9J8-TyzsRmATpJeu0qxE"
      }
      ],
      "status": "OK"
      }
    • getPlacesMessage – A message node with the script to display responses.
  3. Click the Train tab to complete the Dialog task training.
  4. Click the Talk to Bot icon to test and debug the dialog task.
  5. Follow the prompts in the VA console to find places by name, as shown below.

Get locations by coordinates

Steps to find locations using the Google Maps coordinates:

  1. Refer to the Installing the Google Maps Action Templates section to install this template.
  2. The Get Locations by Coordinates dialog task is added with the following components:

    • getLocationsbyCoordinates – A user intent to find locations using the coordinates.
    • latitude and longitude – Entity node for entering the latitude and longitude coordinates.
    • getLocationsbyCoordinatesService – A bot action service to get locations using coordinates from an external integration. Click the Plus icon to expand to view the getLocationsbyCoordinatesService bot action component properties.
    • (Optional)In the Component Properties window, click the Edit Request link to edit the request parameters as shown below.

      To add one or more responses, scroll down and click the +Add Response button.
      Sample Response:
      {
      "plus_code": {
      "compound_code": "P27Q+MCM New York, NY, USA",
      "global_code": "87G8P27Q+MCM"
      },
      "results": [
      {
      "address_components": [
      {
      "long_name": "277",
      "short_name": "277",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "277 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "location": {
      "lat": 40.7142205,
      "lng": -73.9612903
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.71556948029149,
      "lng": -73.95994131970849
      },
      "southwest": {
      "lat": 40.7128715197085,
      "lng": -73.9626392802915
      }
      }
      },
      "place_id": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
      "plus_code": {
      "compound_code": "P27Q+MF New York, NY, USA",
      "global_code": "87G8P27Q+MF"
      },
      "types": [
      "street_address"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "279",
      "short_name": "279",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      },
      {
      "long_name": "4203",
      "short_name": "4203",
      "types": [
      "postal_code_suffix"
      ]
      }
      ],
      "formatted_address": "279 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7142628,
      "lng": -73.96121309999999
      },
      "southwest": {
      "lat": 40.7141534,
      "lng": -73.9613792
      }
      },
      "location": {
      "lat": 40.7142015,
      "lng": -73.96130769999999
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.7155570802915,
      "lng": -73.95994716970849
      },
      "southwest": {
      "lat": 40.7128591197085,
      "lng": -73.96264513029149
      }
      }
      },
      "place_id": "ChIJRYYERGBZwokRAM4n1GlcYX4",
      "types": [
      "premise"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "277",
      "short_name": "277",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "277 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "location": {
      "lat": 40.7142205,
      "lng": -73.9612903
      },
      "location_type": "ROOFTOP",
      "viewport": {
      "northeast": {
      "lat": 40.71556948029149,
      "lng": -73.95994131970849
      },
      "southwest": {
      "lat": 40.7128715197085,
      "lng": -73.9626392802915
      }
      }
      },
      "place_id": "ChIJF0hlQ2BZwokRsrY2RAlFbAE",
      "plus_code": {
      "compound_code": "P27Q+MF Brooklyn, NY, USA",
      "global_code": "87G8P27Q+MF"
      },
      "types": [
      "establishment",
      "point_of_interest"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "291-275",
      "short_name": "291-275",
      "types": [
      "street_number"
      ]
      },
      {
      "long_name": "Bedford Avenue",
      "short_name": "Bedford Ave",
      "types": [
      "route"
      ]
      },
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      },
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      }
      ],
      "formatted_address": "291-275 Bedford Ave, Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7145065,
      "lng": -73.9612923
      },
      "southwest": {
      "lat": 40.7139055,
      "lng": -73.96168349999999
      }
      },
      "location": {
      "lat": 40.7142045,
      "lng": -73.9614845
      },
      "location_type": "GEOMETRIC_CENTER",
      "viewport": {
      "northeast": {
      "lat": 40.7155549802915,
      "lng": -73.96013891970848
      },
      "southwest": {
      "lat": 40.7128570197085,
      "lng": -73.96283688029149
      }
      }
      },
      "place_id": "ChIJ8ThWRGBZwokR3E1zUisk3LU",
      "types": [
      "route"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "P27Q+MC",
      "short_name": "P27Q+MC",
      "types": [
      "plus_code"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "P27Q+MC New York, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.71425,
      "lng": -73.96137499999999
      },
      "southwest": {
      "lat": 40.714125,
      "lng": -73.9615
      }
      },
      "location": {
      "lat": 40.714224,
      "lng": -73.96145199999999
      },
      "location_type": "GEOMETRIC_CENTER",
      "viewport": {
      "northeast": {
      "lat": 40.71553648029149,
      "lng": -73.96008851970849
      },
      "southwest": {
      "lat": 40.71283851970849,
      "lng": -73.96278648029151
      }
      }
      },
      "place_id": "GhIJWAIpsWtbREARHyv4bYh9UsA",
      "plus_code": {
      "compound_code": "P27Q+MC New York, NY, USA",
      "global_code": "87G8P27Q+MC"
      },
      "types": [
      "plus_code"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "South Williamsburg",
      "short_name": "South Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "South Williamsburg, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7167119,
      "lng": -73.9420904
      },
      "southwest": {
      "lat": 40.6984866,
      "lng": -73.9699432
      }
      },
      "location": {
      "lat": 40.7043921,
      "lng": -73.9565551
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7167119,
      "lng": -73.9420904
      },
      "southwest": {
      "lat": 40.6984866,
      "lng": -73.9699432
      }
      }
      },
      "place_id": "ChIJR3_ODdlbwokRYtN19kNtcuk",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "11211",
      "short_name": "11211",
      "types": [
      "postal_code"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Brooklyn, NY 11211, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7280089,
      "lng": -73.9207299
      },
      "southwest": {
      "lat": 40.7008331,
      "lng": -73.9644697
      }
      },
      "location": {
      "lat": 40.7093358,
      "lng": -73.9565551
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7280089,
      "lng": -73.9207299
      },
      "southwest": {
      "lat": 40.7008331,
      "lng": -73.9644697
      }
      }
      },
      "place_id": "ChIJvbEjlVdZwokR4KapM3WCFRw",
      "types": [
      "postal_code"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Williamsburg",
      "short_name": "Williamsburg",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Williamsburg, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7251773,
      "lng": -73.936498
      },
      "southwest": {
      "lat": 40.6979329,
      "lng": -73.96984499999999
      }
      },
      "location": {
      "lat": 40.7081156,
      "lng": -73.9570696
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7251773,
      "lng": -73.936498
      },
      "southwest": {
      "lat": 40.6979329,
      "lng": -73.96984499999999
      }
      }
      },
      "place_id": "ChIJQSrBBv1bwokRbNfFHCnyeYI",
      "types": [
      "neighborhood",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Kings County, Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.7394209,
      "lng": -73.8330411
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      },
      "location": {
      "lat": 40.6528762,
      "lng": -73.95949399999999
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.7394209,
      "lng": -73.8330411
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      }
      },
      "place_id": "ChIJOwE7_GTtwokRs75rhW4_I6M",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "Brooklyn",
      "short_name": "Brooklyn",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "long_name": "Kings County",
      "short_name": "Kings County",
      "types": [
      "administrative_area_level_2",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "Brooklyn, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.739446,
      "lng": -73.83336509999999
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      },
      "location": {
      "lat": 40.6781784,
      "lng": -73.94415789999999
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.739446,
      "lng": -73.83336509999999
      },
      "southwest": {
      "lat": 40.551042,
      "lng": -74.05663
      }
      }
      },
      "place_id": "ChIJCSF8lBZEwokRhngABHRcdoI",
      "types": [
      "political",
      "sublocality",
      "sublocality_level_1"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "New York",
      "short_name": "New York",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "New York, NY, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 40.9175771,
      "lng": -73.70027209999999
      },
      "southwest": {
      "lat": 40.4773991,
      "lng": -74.25908989999999
      }
      },
      "location": {
      "lat": 40.7127753,
      "lng": -74.0059728
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 40.9175771,
      "lng": -73.70027209999999
      },
      "southwest": {
      "lat": 40.4773991,
      "lng": -74.25908989999999
      }
      }
      },
      "place_id": "ChIJOwg_06VPwokRYv534QaPC8g",
      "types": [
      "locality",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "New York",
      "short_name": "NY",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "New York, USA",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 45.015861,
      "lng": -71.777491
      },
      "southwest": {
      "lat": 40.476578,
      "lng": -79.7625901
      }
      },
      "location": {
      "lat": 43.2994285,
      "lng": -74.21793260000001
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 45.015861,
      "lng": -71.777491
      },
      "southwest": {
      "lat": 40.476578,
      "lng": -79.7625901
      }
      }
      },
      "place_id": "ChIJqaUj8fBLzEwRZ5UY3sHGz90",
      "types": [
      "administrative_area_level_1",
      "political"
      ]
      },
      {
      "address_components": [
      {
      "long_name": "United States",
      "short_name": "US",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "formatted_address": "United States",
      "geometry": {
      "bounds": {
      "northeast": {
      "lat": 74.071038,
      "lng": -66.885417
      },
      "southwest": {
      "lat": 18.7763,
      "lng": 166.9999999
      }
      },
      "location": {
      "lat": 37.09024,
      "lng": -95.712891
      },
      "location_type": "APPROXIMATE",
      "viewport": {
      "northeast": {
      "lat": 74.071038,
      "lng": -66.885417
      },
      "southwest": {
      "lat": 18.7763,
      "lng": 166.9999999
      }
      }
      },
      "place_id": "ChIJCzYy5IS16lQRQrfeQ5K5Oxw",
      "types": [
      "country",
      "political"
      ]
      }
      ],
      "status": "OK"
      }

       

    • getLocationsbyCoordinatesMessage – A message node with the script to display responses.
  3. Click the Train tab to complete the Dialog task training.
  4. Click the Talk to Bot icon to test and debug the dialog task.
  5. Follow the prompts in the VA console to get the location using the coordinates, as shown below.
  6. To view the location details click and expand the desired item in the results.
メニュー