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

    Result returned by the DialogManager after processing a conversation turn. Contains the outcome of dialog execution and any state changes that occurred during the turn.

    interface DialogManagerResult {
        turnResult: DialogTurnResult;
    }
    Index

    Properties

    Properties

    turnResult: DialogTurnResult

    The result of executing the dialog during this conversation turn. Contains information about the dialog's completion state, any returned values, and whether the dialog is waiting for additional input from the user.