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

    Interface BotVariableOperand

    interface BotVariableOperand {
        disableAutoFill?: boolean;
        sourceName?: string;
        sourceType?: ConversationVariableOperandSourceType;
        sourceValue?: string;
        targetName: string;
        targetType: ConversationVariableType;
    }
    Index

    Properties

    disableAutoFill?: boolean
    sourceName?: string
    sourceValue?: string
    targetName: string