LuisRecognizer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の LUIS ベースの ITelemetryRecognizer実装。
public class LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.ITelemetryRecognizer, Microsoft.Bot.Builder.IRecognizer
type LuisRecognizer = class
interface ITelemetryRecognizer
interface IRecognizer
Public Class LuisRecognizer
Implements IRecognizer, ITelemetryRecognizer
- 継承
-
LuisRecognizer
- 実装
コンストラクター
LuisRecognizer(LuisApplication, IBotTelemetryClient, Boolean, LuisPredictionOptions, Boolean, HttpClientHandler) |
古い.
LuisRecognizer クラスの新しいインスタンスを初期化します。 |
LuisRecognizer(LuisApplication, LuisPredictionOptions, Boolean, HttpClientHandler) |
古い.
LuisRecognizer クラスの新しいインスタンスを初期化します。 |
LuisRecognizer(LuisRecognizerOptions, HttpClientHandler) |
LuisRecognizer クラスの新しいインスタンスを初期化します。 |
LuisRecognizer(LuisService, LuisPredictionOptions, Boolean, HttpClientHandler) |
古い.
LuisRecognizer クラスの新しいインスタンスを初期化します。 |
LuisRecognizer(String, LuisPredictionOptions, Boolean, HttpClientHandler) |
古い.
LuisRecognizer クラスの新しいインスタンスを初期化します。 |
フィールド
DeclarativeType |
この認識エンジンの宣言型。 |
LuisTraceLabel |
LUIS トレース アクティビティのコンテキスト ラベル。 |
LuisTraceType |
LUIS トレース アクティビティの値の種類。 |
プロパティ
DefaultHttpClient |
古い.
LUIS API を呼び出すときに使用する既定値 HttpClient を取得します。 |
LogPersonalInformation |
ユーザーから取得した個人情報をテレメトリに記録するかどうかを示す値を取得または設定します。 |
TelemetryClient |
LuisResult イベントをログに記録する現在構成されている IBotTelemetryClient を取得します。 |