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

    Interface ConversationVariable

    interface ConversationVariable {
        collectionType?: "List";
        dataType: ConversationDataType;
        developerName: string;
        label: string;
        SObjectType?: string;
    }
    Index

    Properties

    collectionType?: "List"
    developerName: string
    label: string
    SObjectType?: string