Documentation - v1.2.0-alpha.3
    Preparing search index...

    Defines path for available dialogs.

    Index

    Constructors

    Properties

    defaultOperation: string = 'dialog.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: string = 'dialog.eventCounter'

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

    expectedProperties: string = 'dialog.expectedProperties'

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

    lastEvent: string = 'dialog.lastEvent'

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

    lastIntent: string = 'dialog.lastIntent'

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

    lastTriggerEvent: string = 'dialog.lastTriggerEvent'

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

    requiredProperties: string = 'dialog.requiredProperties'

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

    retries: string = 'dialog.retries'

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