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.

Extraction Context Use Case Mapping

Output representation of extraction context use case mapping.
Sample Response
1{
2  "contextUseCaseMapping": {
3    "templateName": "ContractExtractionTemplate",
4    "targetObject": "Contract",
5    "recordType": "CLM",
6    "contextDefinitionName": {
7      "id": "11Oxx0000007MnhEAE",
8      "developerName": "David Taylor",
9      "name": "Dav"
10    },
11    "contextMapping": {
12      "id": "11Oxx0000007MnhEAE",
13      "name": "David Taylor"
14    },
15    "additionalUseCaseInput": "{\"ModelName\":\"OpenAI\"}"
16  }
17}
Property Name Type Description Filter Group and Version Available Version
additional​UseCase​Input String Stores the additional input required to execute the selected use case. For example, this property can store the LLM model associated with a template for the Extract Contract Details use case, such as {"ModelName":"OpenAI"}. Small, 67.0 67.0
context​Definition Extraction Context Definition Details of the extraction context definition. Small, 61.0 61.0
context​Mapping Extraction Context Mapping Details of the extraction context mapping. Small, 61.0 61.0
record​Type String Name of the record type associated with the use case mapping. Small, 61.0 61.0
target​Object String Name of the target object for the use case mapping. Small, 61.0 61.0
template​Name String Name of the template associated with the use case mapping. Small, 61.0 61.0