TelemetryRecognizer 클래스
- java.
lang. Object - com.
microsoft. bot. ai. luis. TelemetryRecognizer
- com.
구현
public abstract class TelemetryRecognizer
implements Recognizer
원격 분석 인식기를 사용하여 기록된 원격 분석에서 컨트롤 및 속성을 적용합니다. 원격 분석 지원이 있는 인식기입니다.
생성자 요약
| 생성자 | Description | |
|---|---|---|
| TelemetryRecognizer() | ||
메서드 요약
| 한정자 및 형식 | 메서드 및 설명 |
|---|---|
|
protected
Bot |
getTelemetryClient()
Luis |
| boolean |
isLogPersonalInformation()
개인 정보를 원격 분석으로 보내야 하는지를 나타냅니다. |
| protected void |
setLogPersonalInformation(boolean logPersonalInformation)
개인 정보를 원격 분석으로 보내야 하는지를 나타냅니다. |
| void |
setTelemetryClient(BotTelemetryClient telemetryClient)
Luis |
다음에서 상속된 메서드 java.lang.Object
생성자 세부 정보
TelemetryRecognizer
public TelemetryRecognizer()
메서드 세부 정보
getTelemetryClient
protected BotTelemetryClient getTelemetryClient()
LuisResult 이벤트를 기록하는 현재 구성된 Bot Telemetry Client를 가져옵니다.
반환:
isLogPersonalInformation
public boolean isLogPersonalInformation()
개인 정보를 원격 분석으로 보내야 하는지를 나타냅니다.
반환:
setLogPersonalInformation
protected void setLogPersonalInformation(boolean logPersonalInformation)
개인 정보를 원격 분석으로 보내야 하는지를 나타냅니다.
매개 변수:
setTelemetryClient
public void setTelemetryClient(BotTelemetryClient telemetryClient)
LuisResult 이벤트를 기록하는 현재 구성된 Bot 원격 분석 클라이언트를 설정합니다.
매개 변수: