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

    Defines path for available turns.

    Index

    Constructors

    Properties

    activity: string = 'turn.activity'

    The current activity for the turn. A string key representing the activity path ('turn.activity').

    activityProcessed: string = 'turn.activityProcessed'

    Indicates whether the turncontext.activity has been consumed by some component in the system. A string key representing the activity processed path ('turn.activityProcessed').

    dialogEvent: string = 'turn.dialogEvent'

    The current dialog event (set during event processing). A string key representing the dialog event path ('turn.dialogEvent').

    interrupted: string = 'turn.interrupted'

    If true, an interruption has occurred. A string key representing the interrupted path ('turn.interrupted').

    lastResult: string = 'turn.lastresult'

    The result from the last dialog that was called. A string key representing the last result path ('turn.lastresult').

    recognized: string = 'turn.recognized'

    The recognized result for the current turn. A string key representing the recognized result path ('turn.recognized').

    recognizedEntities: string = 'turn.recognizedEntities'

    Entities that were recognized from text. A string key representing the recognized entities path ('turn.recognizedEntities').

    repeatedIds: string = 'turn.repeatedIds'

    Used to track that we don't end up in an infinite loop of RepeatDialogs(). A string key representing the repeated IDs path ('turn.repeatedIds').

    text: string = 'turn.recognized.text'

    Original text. A string key representing the original text path ('turn.recognized.text').

    topIntent: string = 'turn.recognized.intent'

    Path to the top intent. A string key representing the top intent path ('turn.recognized.intent').

    topScore: string = 'turn.recognized.score'

    Path to the top score. A string key representing the top score path ('turn.recognized.score').

    unrecognizedText: string = 'turn.unrecognizedText'

    Original utterance split into unrecognized strings. A string key representing the unrecognized text path ('turn.unrecognizedText').