다음을 통해 공유


TelemetryLoggerConstants 클래스

정의

개체와 함께 IBotTelemetryClient 사용할 일반 이벤트의 이름을 정의합니다.

public static class TelemetryLoggerConstants
type TelemetryLoggerConstants = class
Public Class TelemetryLoggerConstants
상속
TelemetryLoggerConstants

필드

BotMsgDeleteEvent

봇에서 메시지를 삭제할 때의 이벤트 이름입니다.

BotMsgReceiveEvent

사용자로부터 새 메시지를 받을 때의 이벤트 이름입니다.

BotMsgSendEvent

메시지가 봇에서 사용자에게 전송될 때 기록되는 이벤트의 이름입니다.

BotMsgUpdateEvent

봇에서 메시지를 업데이트할 때의 이벤트 이름입니다.

적용 대상