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

    Interface BotStepCondition

    interface BotStepCondition {
        leftOperandName: string;
        leftOperandType: ConversationVariableType;
        operatorType: BotStepConditionOperatorType;
        rightOperandValue?: string;
    }
    Index

    Properties

    leftOperandName: string
    leftOperandType: ConversationVariableType
    rightOperandValue?: string