Member Junction
    Preparing search index...

    Interface CreateAgentDialogResult

    Result returned when the create agent dialog/slide-in closes.

    interface CreateAgentDialogResult {
        Cancelled: boolean;
        Result?: CreateAgentResult;
    }
    Index

    Properties

    Properties

    Cancelled: boolean

    Whether the dialog was closed without creating

    The result from the panel (if agent was created)