TelemetryLoggerConstants Class

Definition

Defines names of common events for use with a IBotTelemetryClient object.

public static class TelemetryLoggerConstants
type TelemetryLoggerConstants = class
Public Class TelemetryLoggerConstants
Inheritance
TelemetryLoggerConstants

Fields

BotMsgDeleteEvent

The name of the event when a message is deleted by the bot.

BotMsgReceiveEvent

The name of the event when a new message is received from the user.

BotMsgSendEvent

The name of the event when logged when a message is sent from the bot to the user.

BotMsgUpdateEvent

The name of the event when a message is updated by the bot.

Applies to