TelemetryLoggerConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |