はじめに
対話型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. Channel Enablement
  5. Adding the Mattermost Channel

Adding the Mattermost Channel

You can connect Kore.ai assistants to your Mattermost account using either:

Before you begin, ensure that you have access to the administrative functions of your Mattermost account.

WebHook based Integration

Step 1: Setup Outgoing Webhook

  • Login to your Mattermost account
  • From the Main Menu choose Integrations.

  • Select the Outgoing Webhooks menu and click Add Outgoing Webhook.

  • Provide required information as per the below image.
    • Enter your preferred values for Title, Description and Bot Name fields.
    • Choose application/json as Content Type.
    • If you would like your bot to be available only for a specific channel, then choose the required channel from the Channel dropdown.
    • Provide your Kore.ai assistant Name in the Trigger Words field.
    • Copy the Callback URL for the Kore VA (located in the XO Platform > Deploy > Channels > Mattermost)  and provide it in the Callback URLs field.
    • Click on Save to complete the Outgoing Webhook setup.
    • You will be redirected to the confirmation page with the Token displayed.
    • Copy this Token and provide it in the ‘Outgoing Webhook Token’ field present in the XO Platform Channel Configurations section.


Step 2: Setup Incoming Webhook

  • Select the ‘Incoming Webhooks’ menu and click ‘Add Incoming Webhook’.
  • Provide required information as per the below image.
    • Enter your preferred values for Title, Description and Username fields.
    • Choose a default Channel. Kore.ai VAs always respond back in the channel from which the user input is received.
    • Do not select the Lock to this channel option.

  • Click on Save to complete the Incoming Webhook setup.
  • You would be redirected to the confirmation page along with the URL associated with this newly created incoming webhook.
  • Copy this URL and provide it in the ‘Incoming Webhook URL’ field in the Kore Bot Channel Configurations section.

WebSocket based Integration

Step 1: Enable Personal Access Tokens

To enable a WebSocket connection, you would need to create a Mattermost account to be provisioned as a bot.

  1. First, enable usage of Personal Access Tokens to allow your Mattermost users to generate personal access tokens.
  2. Personal access tokens are used to authenticate and provide full access to an account.
    1. Login to Mattermost from an account that has access to System Console.
    2. Go to System Console > Integrations > Integrations Management.
    3. Locate the Enable Personal Access Tokens setting, set it to true, and Save.

Step 2: Create an Account to be Provisioned as a Bot

  1. From your Mattermost account, go to Integrations > Bot Accounts > Add Bot Account.
  2. Configure the Bot’s details: 
    1. Choose a Username.
    2. Add an Icon, a Display Name.and a Description.
    3. Choose the Member role.
    4. Select additional permissions for the account: 
      1. post:all to allow the bot to post to all Mattermost channels including direct messages.
      2. post:channels: to allow the bot to post to all Mattermost public channels, but not in direct messages or private channels.
    5. Click Create Bot Account to complete the setup.

  3. A success page will be shown to you next, where you will also find the access token you can use to connect to this assistant.

XO Platform Channel Configuration

To configure the XO Platform channel, after having completed the setup in Mattermost, please follow the steps below:

  1. In the XO Platform, select the Assistant that you are working with. 
  2. Go to Deploy > Channels > Mattermost.
  3. Select the Configuration tab and provide the following details, which you have just generated in Mattermost:
    1. Outgoing Webhook Token.
    2. Incoming Webhook URL.
  4. Select Yes to enable the channel.
  5. Click Save to save your configuration.

After the channel is enabled and all configurations are verified, you can optionally publish the assistant to make it available for end-users, with the new channel. Learn more about Publishing your Virtual Assistant.

To learn more about working with Channels within the Kore.ai XO Platform, please see Channel Enablement.

Adding the Mattermost Channel

You can connect Kore.ai assistants to your Mattermost account using either:

Before you begin, ensure that you have access to the administrative functions of your Mattermost account.

WebHook based Integration

Step 1: Setup Outgoing Webhook

  • Login to your Mattermost account
  • From the Main Menu choose Integrations.

  • Select the Outgoing Webhooks menu and click Add Outgoing Webhook.

  • Provide required information as per the below image.
    • Enter your preferred values for Title, Description and Bot Name fields.
    • Choose application/json as Content Type.
    • If you would like your bot to be available only for a specific channel, then choose the required channel from the Channel dropdown.
    • Provide your Kore.ai assistant Name in the Trigger Words field.
    • Copy the Callback URL for the Kore VA (located in the XO Platform > Deploy > Channels > Mattermost)  and provide it in the Callback URLs field.
    • Click on Save to complete the Outgoing Webhook setup.
    • You will be redirected to the confirmation page with the Token displayed.
    • Copy this Token and provide it in the ‘Outgoing Webhook Token’ field present in the XO Platform Channel Configurations section.


Step 2: Setup Incoming Webhook

  • Select the ‘Incoming Webhooks’ menu and click ‘Add Incoming Webhook’.
  • Provide required information as per the below image.
    • Enter your preferred values for Title, Description and Username fields.
    • Choose a default Channel. Kore.ai VAs always respond back in the channel from which the user input is received.
    • Do not select the Lock to this channel option.

  • Click on Save to complete the Incoming Webhook setup.
  • You would be redirected to the confirmation page along with the URL associated with this newly created incoming webhook.
  • Copy this URL and provide it in the ‘Incoming Webhook URL’ field in the Kore Bot Channel Configurations section.

WebSocket based Integration

Step 1: Enable Personal Access Tokens

To enable a WebSocket connection, you would need to create a Mattermost account to be provisioned as a bot.

  1. First, enable usage of Personal Access Tokens to allow your Mattermost users to generate personal access tokens.
  2. Personal access tokens are used to authenticate and provide full access to an account.
    1. Login to Mattermost from an account that has access to System Console.
    2. Go to System Console > Integrations > Integrations Management.
    3. Locate the Enable Personal Access Tokens setting, set it to true, and Save.

Step 2: Create an Account to be Provisioned as a Bot

  1. From your Mattermost account, go to Integrations > Bot Accounts > Add Bot Account.
  2. Configure the Bot’s details: 
    1. Choose a Username.
    2. Add an Icon, a Display Name.and a Description.
    3. Choose the Member role.
    4. Select additional permissions for the account: 
      1. post:all to allow the bot to post to all Mattermost channels including direct messages.
      2. post:channels: to allow the bot to post to all Mattermost public channels, but not in direct messages or private channels.
    5. Click Create Bot Account to complete the setup.

  3. A success page will be shown to you next, where you will also find the access token you can use to connect to this assistant.

XO Platform Channel Configuration

To configure the XO Platform channel, after having completed the setup in Mattermost, please follow the steps below:

  1. In the XO Platform, select the Assistant that you are working with. 
  2. Go to Deploy > Channels > Mattermost.
  3. Select the Configuration tab and provide the following details, which you have just generated in Mattermost:
    1. Outgoing Webhook Token.
    2. Incoming Webhook URL.
  4. Select Yes to enable the channel.
  5. Click Save to save your configuration.

After the channel is enabled and all configurations are verified, you can optionally publish the assistant to make it available for end-users, with the new channel. Learn more about Publishing your Virtual Assistant.

To learn more about working with Channels within the Kore.ai XO Platform, please see Channel Enablement.

メニュー