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)
1embeddedai.ApexMap, newinstance, [String, String], embeddedai.ApexMapParameters
-
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.