TelemetryLoggerConstants Clase

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

public final class TelemetryLoggerConstants

Nombres de eventos del registrador de telemetría.

Resumen del campo

Modificador y tipo Campo y descripción
static final java.lang.String BOTMSGDELETEEVENT

Nombre del evento cuando el bot elimina un mensaje.

static final java.lang.String BOTMSGRECEIVEEVENT

Nombre del evento cuando se recibe un nuevo mensaje del usuario.

static final java.lang.String BOTMSGSENDEVENT

Nombre del evento cuando se registra cuando se envía un mensaje desde el bot al usuario.

static final java.lang.String BOTMSGUPDATEEVENT

Nombre del evento cuando el bot actualiza un mensaje.

Métodos heredados de 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

Detalles del campo

BOTMSGDELETEEVENT

public static final String BOTMSGDELETEEVENT

Nombre del evento cuando el bot elimina un mensaje.

BOTMSGRECEIVEEVENT

public static final String BOTMSGRECEIVEEVENT

Nombre del evento cuando se recibe un nuevo mensaje del usuario.

BOTMSGSENDEVENT

public static final String BOTMSGSENDEVENT

Nombre del evento cuando se registra cuando se envía un mensaje desde el bot al usuario.

BOTMSGUPDATEEVENT

public static final String BOTMSGUPDATEEVENT

Nombre del evento cuando el bot actualiza un mensaje.

Se aplica a