Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ApexMap Class
Namespace
ApexMap Constructors
The ApexMap class includes these constructors.
ApexMap(key, value)
Signature
public ApexMap(String key, String value)
Parameters
-
key:
Type: String
The unique identifier for an entry in the embedded AI Apex map. This key references and retrieves the associated value during embedded AI processing.
-
value:
Type: String
The data associated with the specified key in the embedded AI Apex map. This value stores the contextual information consumed by embedded AI logic.
ApexMap Properties
These are the properties for ApexMap.
key
Signature
public String key {get; set;}
1embeddedai.ApexMap, keyProperty Value
Type: String
value
Signature
public String value {get; set;}
1embeddedai.ApexMap, valueProperty Value
Type: String
ApexMap Methods
These are the methods for ApexMap.
toString()
Signature
public String toString()
1embeddedai.ApexMap, toString, [], StringReturn Value
Type: String