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 |
사용되지 않음.
이 인식기 종류 이름입니다. |
NoneIntent |
사용되지 않음.
인식기가 의도를 인식하지 않음을 의미하는 표준 없음 의도입니다. (다음에서 상속됨 Recognizer) |
ResultProperty |
사용되지 않음.
Orchestrator 코어의 전체 인식 결과를 보유하는 RecognizerResult의 속성 키입니다. |
속성
DetectAmbiguousIntents |
사용되지 않음.
모호한 의도를 검색하거나 설정합니다. |
DisambiguationScoreThreshold |
사용되지 않음.
명확성 점수 임계값을 가져오거나 설정합니다. |
ExternalEntityRecognizer |
사용되지 않음.
외부 엔터티 인식기를 가져오거나 설정합니다. |
Id |
사용되지 않음.
인식기의 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) |