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

    Interface BotStepTranslation

    interface BotStepTranslation {
        botMessages?: BotMessageTranslation[];
        botSteps?: BotStepTranslation[];
        botVariableOperation?: BotVariableOperationTranslation;
        stepIdentifier: string;
        type: BotStepType;
    }
    Index

    Properties

    botMessages?: BotMessageTranslation[]
    botSteps?: BotStepTranslation[]
    botVariableOperation?: BotVariableOperationTranslation
    stepIdentifier: string