vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BotDialog

    interface BotDialog {
        botDialogGroup?: string;
        botSteps?: BotStep[];
        description?: string;
        developerName: string;
        isPlaceholderDialog?: boolean;
        label: string;
        mlIntent?: string;
        mlIntentTrainingEnabled?: boolean;
        showInFooterMenu?: boolean;
    }
    Index

    Properties

    botDialogGroup?: string
    botSteps?: BotStep[]
    description?: string
    developerName: string
    isPlaceholderDialog?: boolean
    label: string
    mlIntent?: string
    mlIntentTrainingEnabled?: boolean
    showInFooterMenu?: boolean