チャットBotの概要
会話型ボット
Kore.ai のアプローチ
Kore.ai 会話型プラットフォーム
ボットの概念と用語
自然言語処理 (NLP)
ボットタイプ
ボットタスク
Kore.ai プラットフォームを使う
ボットビルダーのアクセス
Kore.ai ボットビルダーを使う
ボットビルダー
ダイアログタスク
ユーザーインテントノード
ダイアログノード
エンティティノード
サポートするエンティティタイプ
複合エンティティ
サポートする色
サポートする会社名
フォームノード
ロジックノード
メッセージノード
確認ノード
サービスノード
カスタム認証の実装
サービスノード用双方向 SSL
スクリプトノード
エージェント転送ノード
Webフックノード
ノードのグループ化
接続と遷移
ダイアログの管理
プロンプトエディタ
標準ボットの構築
設計
開発 - 標準ボット
ストーリーボード
アラートタスク
アラートタスク
無視する単語 & フィールドメモリ
デジタルフォーム
デジタルビュー
知識グラフ
用語
構築
生成
ボットオントロジーのインポート/エクスポート
解析
知識の抽出
スモールトーク
初めてのボット構築
ボット構築を始める
シンプルなボットを構築
インテリジェンス
コンテキスト管理
概要
コンテキスト管理
セッションおよびコンテキスト変数
コンテキストオブジェクト
ダイアログ管理
サブインテント
エンティティの変更
複数インテントの検出
センチメント分析 (英語)
トーン分析
センチメント管理
デフォルトの会話
デフォルトの標準レスポンス
発話テスト
自然言語
概要
機械学習
ML (機械学習) モデル
基本概念
NLP (自然言語処理) の設定 & ガイドライン
知識グラフのトレーニング
示唆
ランキング & リゾルバ
高度な NLP 設定
チャネルの有効化
テスト & デバグ
ボットと会話
発話テスト
バッチテスト
会話の記録 & テスト
ボットの公開
ボットの分析
概要
ダッシュボード
カスタムダッシュボード
会話フロー
ボットメトリクス (英語)
アドバンスド トピック
ボット認証
言語管理
共同開発
IVR 統合
データ テーブル
ユニバーサル ボット
定義
構築
トレーニング
カスタマイズ
言語の有効化
スマート ボット
スマート ボットの定義
イベントベースのボットアクション
koreUtil ライブラリ
ボット設定
ボットの機能
ボット設定
PII 設定
エラーメッセージのカスタマイズ
セッションを管理する
ボット管理
ボットのバージョン
ボット変数
API ガイド
API 概要
API リスト
API コレクション
SDK
SDK 概要
SDK セキュリティ
SDK アプリ登録
Web 上の SDK チュートリアル
メッセージ形式とテンプレート
モバイル SDK プッシュ通知
ウィジット SDK チュートリアル
メッセージ形式とテンプレート
WebSocket 接続
BotKit SDK の利用
インストール
設定
イベント
機能
BotKit SDK チュートリアル - エージェント転送
BotKit SDK チュートリアル - フライト検索サンプルボット
外部 NLP エンジンの利用
ボット管理者
ボット管理者コンソール
ダッシュボード
ユーザー管理
御社ユーザーの管理
御社グループの管理
ロールを管理
ボット管理
エンロール
ユーザーの招待
一括招待
ユーザーのインポート
AD からユーザーを同期
セキュリティ & コンプライアンス
シングル サインオンを使う
セキュリティの設定
クラウド コネクタ
分析
請求処理
How To
シンプルなボットの構築
バンキングボットの構築
送金タスク
残高の更新タスク
知識グラフを作成
知識グラフへ抽出したFAQを入力
スマート アラートのスケジュール
エージェント転送の設定
パネルやウィジットの設定
デジタル ビューの設定
デジタル フォームの設定
データをデータテーブルに追加
データテーブルのデータを更新
フォームデータをデータテーブルに追加
コンテキストの切り替え
意図を使う
インテントやエンティティのパターン
エンティティ ルール
マルチ言語なボットの動き
カスタム ダッシュボード
ボット メトリクスをフィルターするためのカスタムタグ
グローバル変数
コンテンツ変数
ボット機能を使う
ボットリリースのライフサイクル
グループノードを利用したインテントのスコーピング
Kore-Unblu インテグレーション
  1. Home
  2. Docs
  3. Bots
  4. What's New
  5. Bots Platform v7.0

Bots Platform v7.0

This section contains major and minor release information for the Kore.ai Bots Platform v7.0 released on June 15, 2019.

This release includes features that help enhance the user experience by enabling intent detection based on Traits and Context Management, event transition based on Sentiment Analysis. Many features have been improved to allow for building better and efficient Bots.

Traits

Kore.ai introduces a new NLP feature called Traits using which bots can identify the attributes/entities which can be inferred from user utterances and improve intent detection. The utterances may not directly convey any specific intent, but the traits present in the utterances can be used to drive the intent detection and bot conversation flow. Learn more.

Sentiment-based event management

Newly introduced bot level sentiment based event feature will now allow you to intelligently identify the changes in the tone of the conversation and automatically perform actions matching the mood of the user. Learn More.

Context Management

You can now configure follow-ups and nested intents across FAQs and dialog tasks. Context management is further improved to handle timeouts against conversations on hold. Learn More.

Other Enhancements
  • A new Entity – Remote Lookup has been introduced with an ability to call remote services to populate entity values. This entity can be used to perform custom validations through a service call to external systems and then extract the entity value by mapping the response to ‘List of values’ entity. Learn More.
  • Composite Entities have been enhanced with support for Entity Patterns in addition to Composite Patterns.
  • Knowledge Collection – Search in Answer configuration will allow the identification of FAQs by matching the user input against the answer section, instead of only matching with questions. This will be applied only if no FAQs are identified from questions. Learn more.
  • Language Detection: A new in-house algorithm has been implemented for identifying the end-user language.
  • In addition to the existing platform support for 14 languages, you can now create and publish bots in the Russian, Polish, and Ukranian languages. Learn more.
  • Fundamental Meaning and Knowledge Collection configurations can be language specific, for Multilingual Bots.
  • Bot Analytics enhancements (learn more):
    • Channel-specific Unique ID is displayed in the Bot Analyze statistics
    • Inclusion of Webhook nodes under the ‘Performance’ tab in Analyze module
    • Ability to distinguish ambiguity cases in Analyze
  • Conversation Flow has been enhanced for experience improvements and coverage of interruptions and linked tasks. Learn More.
  • Knowledge Collection has been enhanced for:
    • improved developer experience for extracting and organizing FAQs;
    • added support for auto-correction, customization of stop words and engine improvements;
    • customizing interruption settings for FAQs;
    • handling of deleted FAQs or nodes in the published copy of the Bot.
  • Improved Meta Tags functionality allows for adding tags from the Bot builder UI for each node and use these tags as filters in insights and metrics pages.
  • Provision to enable multiple webhook channels has been made. Learn More.
  • Ability to send unmasked PII data when Agent conversation is in progress. Learn More.
  • On on-prem installations, the Bot Admin has the option to disable all self-sign options for Bot platform users. Learn More.
  • >Support for new channels:
    • Bots platform now supports WhatsApp as a channel along with On-Prem version of Skype for Business
    • Kore.ai platform now supports rich text media messages with images, quick replies and Rich card carousels on SMS channel using RCS Business Messaging.
    • Open source enterprise messenger Mattermost is also supported now.
  • Kore.ai now provides integration with Blue Prism RPA and also LiveBank SDKs
メニュー