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."],[[["The `InsightStateInfo` class provides information related to the state of an insight, within the `Google.Cloud.Recommender.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in different scenarios."],["The latest version of `InsightStateInfo` is 3.7.0, with previous versions from 3.6.0 down to 2.5.0 also available, along with other available information that can be accessed through versioning."],["`InsightStateInfo` has two primary properties: `State`, representing the insight state, and `StateMetadata`, a map storing metadata related to the state."],["It offers two constructors: one default constructor, and another that accepts an `InsightStateInfo` object to copy its values."]]],[]]