Share via


DialogPath class

Defines path for available dialogs.

Properties

defaultOperation

Default operation to use for entities where there is no identified operation entity. A string key representing the default operation path ('dialog.defaultOperation').

eventCounter

Counter of emitted events. A string key representing the event counter path ('dialog.eventCounter').

expectedProperties

Currently expected properties. A string key representing the expected properties path ('dialog.expectedProperties').

lastEvent

Last surfaced entity ambiguity event. A string key representing the last event path ('dialog.lastEvent').

lastIntent

Last intent. A string key representing the last intent path ('dialog.lastIntent').

lastTriggerEvent

Last trigger event: defined in FormEvent, ask, clarifyEntity etc. A string key representing the last trigger event path ('dialog.lastTriggerEvent').

requiredProperties

Currently required properties. A string key representing the required properties path ('dialog.requiredProperties').

retries

Number of retries for the current Ask. A string key representing the retries path ('dialog.retries').

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