TelemetryLoggerConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines names of common adaptive dialog events for use with a IBotTelemetryClient object.
public static class TelemetryLoggerConstants
type TelemetryLoggerConstants = class
Public Class TelemetryLoggerConstants
- Inheritance
-
TelemetryLoggerConstants
Fields
CompleteEvent |
The name of the event when an adaptive dialog complete occurs. |
CrossTrainedRecognizerSetResultEvent |
The name of the event when a cross trained recognier 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 an 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 recognier result occurs. |
OAuthInputResultEvent |
The name of the event when an OAuth Input result occurs. |
RecognizerSetResultEvent |
The name of the event when a recognier set result occurs. |
RegexRecognizerResultEvent |
The name of the event when a regex recognier 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 recognier result occurs. |