Type alias ConversationContextVariable

ConversationContextVariable: {
    SObjectType?: string | null;
    contextVariableMappings: ConversationContextVariableMapping[];
    dataType: string;
    developerName: string;
    label: string;
}

Type declaration