OrchestratorRecognizer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.
表示調適型 Orchestrator 辨識器的類別。
[System.Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")]
public class OrchestratorRecognizer : Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.AdaptiveRecognizer
[<System.Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")>]
type OrchestratorRecognizer = class
inherit AdaptiveRecognizer
Public Class OrchestratorRecognizer
Inherits AdaptiveRecognizer
- 繼承
- 屬性
建構函式
OrchestratorRecognizer(String, Int32) |
已淘汰.
初始化 OrchestratorRecognizer 類別的新實例。 |
OrchestratorRecognizer(String, String, ILabelResolver) |
已淘汰.
初始化 OrchestratorRecognizer 類別的新實例。 |
欄位
ChooseIntent |
已淘汰.
如果子辨識器對意圖沒有共識,這個辨識器所產生的意圖名稱。 (繼承來源 Recognizer) |
EntitiesProperty |
已淘汰.
將擷取的實體儲存在遙測內的自定義事件時所使用的屬性索引鍵。 |
Kind |
已淘汰.
這個辨識器的 Kind 名稱。 |
NoneIntent |
已淘汰.
標準無意圖,表示辨識器無法辨識意圖。 (繼承來源 Recognizer) |
ResultProperty |
已淘汰.
RecognizerResult 中的屬性索引鍵,其中包含 Orchestrator 核心的完整辨識結果。 |
屬性
DetectAmbiguousIntents |
已淘汰.
取得或設定偵測模棱兩可的意圖。 |
DisambiguationScoreThreshold |
已淘汰.
取得或設定釐清分數臨界值。 |
ExternalEntityRecognizer |
已淘汰.
取得或設定外部實體辨識器。 |
Id |
已淘汰.
取得或設定辨識器的標識碼。 (繼承來源 Recognizer) |
LogPersonalInformation |
已淘汰.
取得或設定 旗標,以判斷遙測是否應該在其記錄中包含個人資訊。 (繼承來源 AdaptiveRecognizer) |
ModelFolder |
已淘汰.
取得或設定要使用的 Orchestrator 基底模型的資料夾路徑。 |
ScoreEntities |
已淘汰.
取得或設定值,指出是否啟用或停用實體擷取邏輯。 注意:應該考慮在下一個主要 SDK 版本 (V5) 中移除此旗標。 |
SnapshotFile |
已淘汰.
取得或設定要使用的 Orchestrator 快照集檔案的完整路徑。 |
TelemetryClient |
已淘汰.
取得或設定記錄 RecognizerResult 事件的目前設定 IBotTelemetryClient。 (繼承來源 Recognizer) |
方法
FillRecognizerResultTelemetryProperties(RecognizerResult, Dictionary<String,String>, DialogContext) |
已淘汰.
使用 RecognizerResult 建立追蹤遙測結果時要包含的屬性清單。 |
RecognizeAsync(DialogContext, Activity, CancellationToken, Dictionary<String,String>, Dictionary<String,Double>) |
已淘汰.
傳回辨識結果。 |
RecognizeAsync<T>(DialogContext, Activity, CancellationToken, Dictionary<String,String>, Dictionary<String,Double>) |
已淘汰.
透過辨識器執行目前的 DialogContext.TurnContext.Activity,並使用 IRecognizerConvert 傳回強型別辨識器結果。 (繼承來源 Recognizer) |
TrackRecognizerResult(DialogContext, String, Dictionary<String,String>, Dictionary<String,Double>) |
已淘汰.
使用附加屬性/計量的 TelemetryClient 來追蹤事件,並提供事件名稱。 (繼承來源 Recognizer) |