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."],[[["This webpage details the `RecommendationStateInfo` class, which is essential for managing the state and metadata of recommendations within the Google Cloud Recommender V1 API."],["The latest version of the `RecommendationStateInfo` class is 3.7.0, but the current context of the page is focused on version 2.7.0, with links to older and newer versions available."],["The `RecommendationStateInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes two constructors, `RecommendationStateInfo()` and `RecommendationStateInfo(RecommendationStateInfo)`, to initialize new instances of the class, including options for copying an existing instance, and two main properties, `State` and `StateMetadata`."],["The `State` property defines the recommendation's status, such as ACTIVE, SUCCEEDED, or FAILED, and the `StateMetadata` property contains a map of string key-value pairs offering additional details about the state."]]],[]]