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