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.

Clause Generation Options Input

Input representation for clause generation options.
JSON example
1{
2  "generateClausesAsync": true,
3  "generateManualClauses": false,
4  "saveContext": true
5}
Properties
Name Type Description Required or Optional Available Version
generate​Clauses​Async Boolean Indicates whether to generate clauses asynchronously (true) or not (false). Optional 65.0
generate​Manual​Clauses Boolean Indicates whether to generate clauses manually (true) or not (false). Optional 65.0
saveContext Boolean Indicates whether to save the context while generating the product clause (true) or not (false). Optional 65.0