LuisAdaptiveRecognizer.ExternalEntityRecognizer 속성

정의

외부 엔터티 인식기를 가져오거나 설정합니다.

public Microsoft.Bot.Builder.Dialogs.Recognizer ExternalEntityRecognizer { get; set; }
member this.ExternalEntityRecognizer : Microsoft.Bot.Builder.Dialogs.Recognizer with get, set
Public Property ExternalEntityRecognizer As Recognizer

속성 값

인식기

설명

이 인식기는 LUIS를 호출하기 전에 실행되고 결과는 LUIS에 전달됩니다.

적용 대상