public sealed class InsightStateInfo : IMessage<InsightStateInfo>, IEquatable<InsightStateInfo>, IDeepCloneable<InsightStateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class InsightStateInfo.
[[["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-03-21 UTC."],[[["This document provides reference information for the `InsightStateInfo` class within the Google Cloud Recommender v1 API, with the latest version being 3.7.0."],["The `InsightStateInfo` class is used to represent information related to the state of an insight, which can be useful for users or automations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for message handling and data management."],["The `InsightStateInfo` class has two main properties: `State`, which defines the current state of the insight, and `StateMetadata`, which allows for a map of string-based key-value pairs to represent additional state-related information."]]],[]]