TelemetryLoggerConstants Class
- java.
lang. Object - com.
microsoft. bot. builder. TelemetryLoggerConstants
- com.
public final class TelemetryLoggerConstants
The Telemetry Logger Event names.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
BOTMSGDELETEEVENT
The name of the event when a message is deleted by the bot. |
| static final java.lang.String |
BOTMSGRECEIVEEVENT
The name of the event when a new message is received from the user. |
| static final java.lang.String |
BOTMSGSENDEVENT
The name of the event when logged when a message is sent from the bot to the user. |
| static final java.lang.String |
BOTMSGUPDATEEVENT
The name of the event when a message is updated by the bot. |
Methods inherited from java.lang.Object
Field Details
BOTMSGDELETEEVENT
public static final String BOTMSGDELETEEVENT
The name of the event when a message is deleted by the bot.
BOTMSGRECEIVEEVENT
public static final String BOTMSGRECEIVEEVENT
The name of the event when a new message is received from the user.
BOTMSGSENDEVENT
public static final String BOTMSGSENDEVENT
The name of the event when logged when a message is sent from the bot to the user.
BOTMSGUPDATEEVENT
public static final String BOTMSGUPDATEEVENT
The name of the event when a message is updated by the bot.