TelemetryLoggerConstants Classe

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

public final class TelemetryLoggerConstants

Nomi degli eventi del logger di telemetria.

Riepilogo dei campi

Modificatore e tipo Campo e descrizione
static final java.lang.String BOTMSGDELETEEVENT

Nome dell'evento quando un messaggio viene eliminato dal bot.

static final java.lang.String BOTMSGRECEIVEEVENT

Nome dell'evento quando un nuovo messaggio viene ricevuto dall'utente.

static final java.lang.String BOTMSGSENDEVENT

Nome dell'evento quando viene registrato quando un messaggio viene inviato dal bot all'utente.

static final java.lang.String BOTMSGUPDATEEVENT

Nome dell'evento quando un messaggio viene aggiornato dal bot.

Metodi ereditati da 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

Dettagli del campo

BOTMSGDELETEEVENT

public static final String BOTMSGDELETEEVENT

Nome dell'evento quando un messaggio viene eliminato dal bot.

BOTMSGRECEIVEEVENT

public static final String BOTMSGRECEIVEEVENT

Nome dell'evento quando un nuovo messaggio viene ricevuto dall'utente.

BOTMSGSENDEVENT

public static final String BOTMSGSENDEVENT

Nome dell'evento quando viene registrato quando un messaggio viene inviato dal bot all'utente.

BOTMSGUPDATEEVENT

public static final String BOTMSGUPDATEEVENT

Nome dell'evento quando un messaggio viene aggiornato dal bot.

Si applica a