TelemetryLoggerConstants class

Defines names of common adaptive dialog events for use with a BotTelemetryClient object.

Properties

CompleteEvent

The name of the event when an adaptive dialog complete occurs.

CrossTrainedRecognizerSetResultEvent

The name of the event when a cross trained recognizer set result occurs.

DialogActionEvent

The name of the event when an adaptive dialog action occurs.

DialogCancelEvent

The name of the event when an adaptive dialog cancel occurs.

DialogStartEvent

The name of the event when an adaptive dialog start occurs.

GeneratorResultEvent

The generic name of the event when a binding completes. When this event is logged, the context property will contain a more descriptive constant.

InputDialogResultEvent

The name of the event when an Input result occurs.

LogActionResultEvent

The name of the event when a Log Action result occurs.

MultiLanguageRecognizerResultEvent

The name of the event when a multi language recognizer result occurs.

OAuthInputResultEvent

The name of the event when an OAuth Input result occurs.

RecognizerSetResultEvent

The name of the event when a recognizer set result occurs.

RegexRecognizerResultEvent

The name of the event when a regex recognizer result occurs.

SendActivityResultEvent

The name of the event when a Sent Activity result occurs.

TriggerEvent

The name of the event when an adaptive dialog trigger occurs.

UpdateActivityResultEvent

The name of the event when an Update Activity result occurs.

ValueRecognizerResultEvent

The name of the event when a value recognizer result occurs.

Property Details

CompleteEvent

The name of the event when an adaptive dialog complete occurs.

static CompleteEvent: string

Property Value

string

CrossTrainedRecognizerSetResultEvent

The name of the event when a cross trained recognizer set result occurs.

static CrossTrainedRecognizerSetResultEvent: string

Property Value

string

DialogActionEvent

The name of the event when an adaptive dialog action occurs.

static DialogActionEvent: string

Property Value

string

DialogCancelEvent

The name of the event when an adaptive dialog cancel occurs.

static DialogCancelEvent: string

Property Value

string

DialogStartEvent

The name of the event when an adaptive dialog start occurs.

static DialogStartEvent: string

Property Value

string

GeneratorResultEvent

The generic name of the event when a binding completes. When this event is logged, the context property will contain a more descriptive constant.

static GeneratorResultEvent: string

Property Value

string

InputDialogResultEvent

The name of the event when an Input result occurs.

static InputDialogResultEvent: string

Property Value

string

LogActionResultEvent

The name of the event when a Log Action result occurs.

static LogActionResultEvent: string

Property Value

string

MultiLanguageRecognizerResultEvent

The name of the event when a multi language recognizer result occurs.

static MultiLanguageRecognizerResultEvent: string

Property Value

string

OAuthInputResultEvent

The name of the event when an OAuth Input result occurs.

static OAuthInputResultEvent: string

Property Value

string

RecognizerSetResultEvent

The name of the event when a recognizer set result occurs.

static RecognizerSetResultEvent: string

Property Value

string

RegexRecognizerResultEvent

The name of the event when a regex recognizer result occurs.

static RegexRecognizerResultEvent: string

Property Value

string

SendActivityResultEvent

The name of the event when a Sent Activity result occurs.

static SendActivityResultEvent: string

Property Value

string

TriggerEvent

The name of the event when an adaptive dialog trigger occurs.

static TriggerEvent: string

Property Value

string

UpdateActivityResultEvent

The name of the event when an Update Activity result occurs.

static UpdateActivityResultEvent: string

Property Value

string

ValueRecognizerResultEvent

The name of the event when a value recognizer result occurs.

static ValueRecognizerResultEvent: string

Property Value

string