public sealed class InsightStateInfo : IMessage<InsightStateInfo>, IEquatable<InsightStateInfo>, IDeepCloneable<InsightStateInfo>, IBufferMessage, IMessage
[[["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 webpage details the `InsightStateInfo` class, which is part of the Google Cloud Recommender V1 library for .NET."],["`InsightStateInfo` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data."],["The class includes two constructors: a default constructor and one that accepts another `InsightStateInfo` instance for copying."],["The `InsightStateInfo` class contains two properties: `State`, which defines the insight's state using the `InsightStateInfo.Types.State` enum, and `StateMetadata`, which is a map to hold user-defined or system-defined metadata."],["The content lists multiple versions of this class, from 2.5.0 up to the latest 3.7.0, which can be navigated using the provided links."]]],[]]