Newer Version Available

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

Generation Options Input

Input representation that contains the settings to control the data sources and behavior used during relationship insight generation.
JSON example
1"generationOptions": {
2    "useDeepWebSearch": true,
3    "useRecordContext": true,
4    "generateSyntheticData": false
5  }
Properties
Name Type Description Required or Optional Available Version
generateSyntheticData Boolean Indicates whether synthetic data must be generated for demonstration or testing purposes (true) or not (false). Optional 67.0
useDeepWebSearch Boolean Indicates whether deep web search must be used during insight generation (true) or not (false). Optional 67.0
useRecordContext Boolean Indicates whether the context of the target record must be used during insight generation (true) or not (false). Optional 67.0