TelemetryLoggerConstants class
Defines names of common adaptive dialog events for use with a BotTelemetryClient object.
Properties
Complete |
The name of the event when an adaptive dialog complete occurs. |
Cross |
The name of the event when a cross trained recognizer set result occurs. |
Dialog |
The name of the event when an adaptive dialog action occurs. |
Dialog |
The name of the event when an adaptive dialog cancel occurs. |
Dialog |
The name of the event when an adaptive dialog start occurs. |
Generator |
The generic name of the event when a binding completes. When this event is logged, the context property will contain a more descriptive constant. |
Input |
The name of the event when an Input result occurs. |
Log |
The name of the event when a Log Action result occurs. |
Multi |
The name of the event when a multi language recognizer result occurs. |
OAuth |
The name of the event when an OAuth Input result occurs. |
Recognizer |
The name of the event when a recognizer set result occurs. |
Regex |
The name of the event when a regex recognizer result occurs. |
Send |
The name of the event when a Sent Activity result occurs. |
Trigger |
The name of the event when an adaptive dialog trigger occurs. |
Update |
The name of the event when an Update Activity result occurs. |
Value |
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