TelemetryLoggerConstants Class

  • java.lang.Object
    • com.microsoft.bot.builder.TelemetryLoggerConstants

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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.

Applies to