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

    Interface BotDialogTranslation

    interface BotDialogTranslation {
        botSteps?: BotStepTranslation[];
        developerName: string;
        label?: string;
    }
    Index

    Properties

    botSteps?: BotStepTranslation[]
    developerName: string
    label?: string