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

    Interface ConversationContextVariable

    interface ConversationContextVariable {
        contextVariableMappings?: ConversationContextVariableMapping[];
        dataType: ConversationDataType;
        developerName: string;
        label: string;
        SObjectType?: string;
    }
    Index

    Properties

    contextVariableMappings?: ConversationContextVariableMapping[]
    developerName: string
    label: string
    SObjectType?: string