Newer Version Available

This content describes an older version of this product. View Latest

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