AdaptiveEvents class
Adaptive event identifier definition list.
- Extends
-
DialogEvents
Properties
assign |
Raised when an entity should be assigned to a property. |
choose |
Raised when there are multiple possible resolutions of an entity. |
choose |
aised when there are multiple possible entity to property mappings. |
end |
Raised when all actions and ambiguity events have been finished. |
recognized |
Raised when intent is recognized from utterance. |
recognize |
Raised when utterance is received. |
unknown |
Raised when no intent can be recognized from utterance. |
Inherited Properties
activity |
Event fired when an activity is received from the adapter (or a request to reprocess an activity.) |
begin |
Event fired by a dialog to indicate that its |
cancel |
Event fired when a dialog is being canceled. |
error | Event fired when there was an exception thrown in the system. |
reprompt |
Event fired when |
version |
Event fired when the system has detected that deployed code has changed the execution of dialogs between turns. |
Property Details
assignEntity
Raised when an entity should be assigned to a property.
static assignEntity: "assignEntity" = "assignEntity"
Property Value
"assignEntity"
chooseEntity
Raised when there are multiple possible resolutions of an entity.
static chooseEntity: "chooseEntity" = "chooseEntity"
Property Value
"chooseEntity"
chooseProperty
aised when there are multiple possible entity to property mappings.
static chooseProperty: "chooseProperty" = "chooseProperty"
Property Value
"chooseProperty"
endOfActions
Raised when all actions and ambiguity events have been finished.
static endOfActions: "endOfActions" = "endOfActions"
Property Value
"endOfActions"
recognizedIntent
Raised when intent is recognized from utterance.
static recognizedIntent: "recognizedIntent" = "recognizedIntent"
Property Value
"recognizedIntent"
recognizeUtterance
Raised when utterance is received.
static recognizeUtterance: "recognizeUtterance" = "recognizeUtterance"
Property Value
"recognizeUtterance"
unknownIntent
Raised when no intent can be recognized from utterance.
static unknownIntent: "unknownIntent" = "unknownIntent"
Property Value
"unknownIntent"
Inherited Property Details
activityReceived
Event fired when an activity is received from the adapter (or a request to reprocess an activity.)
static activityReceived: "activityReceived" = "activityReceived"
Property Value
"activityReceived"
Inherited From DialogEvents.activityReceived
beginDialog
Event fired by a dialog to indicate that its beginDialog()
method has been called.
static beginDialog: "beginDialog" = "beginDialog"
Property Value
"beginDialog"
Inherited From DialogEvents.beginDialog
cancelDialog
Event fired when a dialog is being canceled.
static cancelDialog: "cancelDialog" = "cancelDialog"
Property Value
"cancelDialog"
Inherited From DialogEvents.cancelDialog
error
Event fired when there was an exception thrown in the system.
static error: "error" = "error"
Property Value
"error"
Inherited From DialogEvents.error
repromptDialog
Event fired when DialogContext.repromptDialog()
is called.
static repromptDialog: "repromptDialog" = "repromptDialog"
Property Value
"repromptDialog"
Inherited From DialogEvents.repromptDialog
versionChanged
Event fired when the system has detected that deployed code has changed the execution of dialogs between turns.
static versionChanged: "versionChanged" = "versionChanged"
Property Value
"versionChanged"
Inherited From DialogEvents.versionChanged