Type alias ConversationContextVariableMapping

ConversationContextVariableMapping: {
    SObjectType: string;
    fieldName: string;
    messageType: string;
}

Type declaration

  • SObjectType: string
  • fieldName: string
  • messageType: string