RecordApexRepresentation Class
Contains properties and a method to create a serializable representation of a record and
its associated data for AI service integration and data processing.
Namespace
RecordApexRepresentation Properties
The following are properties for RecordApexRepresentation.
objectType
Stores the type of the object.
Signature
public String objectType {get; set;}
embeddedai.RecordApexRepresentation, objectType
Property Value
Type: String
recordData
Stores
a
list of objects, where each object holds a
key-value
pair.
Signature
public List<embeddedai.ApexMap> recordData {get; set;}
embeddedai.RecordApexRepresentation, recordData
Property Value
Type: List<embeddedai.ApexMap>