DialogPath class
Defines path for available dialogs.
Properties
| default |
Default operation to use for entities where there is no identified operation entity.
A string key representing the default operation path ( |
| event |
Counter of emitted events.
A string key representing the event counter path ( |
| expected |
Currently expected properties.
A string key representing the expected properties path ( |
| last |
Last surfaced entity ambiguity event.
A string key representing the last event path ( |
| last |
Last intent.
A string key representing the last intent path ( |
| last |
Last trigger event: defined in FormEvent, ask, clarifyEntity etc.
A string key representing the last trigger event path ( |
| required |
Currently required properties.
A string key representing the required properties path ( |
| retries | Number of retries for the current Ask.
A string key representing the retries path ( |
Property Details
defaultOperation
Default operation to use for entities where there is no identified operation entity.
A string key representing the default operation path ('dialog.defaultOperation').
static defaultOperation: string
Property Value
string
eventCounter
Counter of emitted events.
A string key representing the event counter path ('dialog.eventCounter').
static eventCounter: string
Property Value
string
expectedProperties
Currently expected properties.
A string key representing the expected properties path ('dialog.expectedProperties').
static expectedProperties: string
Property Value
string
lastEvent
Last surfaced entity ambiguity event.
A string key representing the last event path ('dialog.lastEvent').
static lastEvent: string
Property Value
string
lastIntent
Last intent.
A string key representing the last intent path ('dialog.lastIntent').
static lastIntent: string
Property Value
string
lastTriggerEvent
Last trigger event: defined in FormEvent, ask, clarifyEntity etc.
A string key representing the last trigger event path ('dialog.lastTriggerEvent').
static lastTriggerEvent: string
Property Value
string
requiredProperties
Currently required properties.
A string key representing the required properties path ('dialog.requiredProperties').
static requiredProperties: string
Property Value
string
retries
Number of retries for the current Ask.
A string key representing the retries path ('dialog.retries').
static retries: string
Property Value
string