public sealed class InsightTypeGenerationConfig : IMessage<InsightTypeGenerationConfig>, IEquatable<InsightTypeGenerationConfig>, IDeepCloneable<InsightTypeGenerationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class InsightTypeGenerationConfig.
A configuration to customize the generation of insights.
Eg, customizing the lookback period considered when generating a
insight.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `InsightTypeGenerationConfig` class within the Google Cloud Recommender v1 API, specifically version 3.4.0."],["`InsightTypeGenerationConfig` allows users to customize the generation of insights, such as adjusting the lookback period for insight generation."],["The `InsightTypeGenerationConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to integrate with other systems and types."],["The class offers two constructors, one default and one that accepts another `InsightTypeGenerationConfig` object for initialization."],["The `Params` property of the class is a struct type object, and contains the parameters used for `InsightTypeGenerationConfig`."]]],[]]