public sealed class RecommendationStateInfo : IMessage<RecommendationStateInfo>, IEquatable<RecommendationStateInfo>, IDeepCloneable<RecommendationStateInfo>, IBufferMessage, IMessage
Information for state. Contains state and metadata.
[[["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 latest version of the `RecommendationStateInfo` class is 3.7.0, with previous versions ranging from 3.6.0 down to 2.5.0 available for reference."],["`RecommendationStateInfo` is a class that contains the state and metadata for a recommendation, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.Recommender.V1` namespace, part of the `Google.Cloud.Recommender.V1.dll` assembly, and is derived from the base `Object` class."],["The class includes two properties, `State` which indicates the current state of a recommendation (e.g., ACTIVE, SUCCEEDED, FAILED), and `StateMetadata`, a map storing additional metadata about the state."],["The `RecommendationStateInfo` class contains two constructors, a default one and one with the parameter `RecommendationStateInfo other`."]]],[]]