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

    Interface ConversationRecordLookupCondition

    interface ConversationRecordLookupCondition {
        leftOperand: string;
        operatorType: string;
        rightOperandName?: string;
        rightOperandType?: ConversationVariableType;
        rightOperandValue?: string;
        sortOrder: number;
    }
    Index

    Properties

    leftOperand: string
    operatorType: string
    rightOperandName?: string
    rightOperandType?: ConversationVariableType
    rightOperandValue?: string
    sortOrder: number