public sealed class RecommendationStateInfo : IMessage<RecommendationStateInfo>, IEquatable<RecommendationStateInfo>, IDeepCloneable<RecommendationStateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class RecommendationStateInfo.
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-04-17 UTC."],[[["This page provides documentation for the `RecommendationStateInfo` class within the Google Cloud Recommender v1 API, specifically within the .NET environment."],["The `RecommendationStateInfo` class is used to store state information and metadata for a recommendation, including its current state (e.g., ACTIVE, SUCCEEDED, FAILED) and additional metadata."],["There are multiple available versions of the Recommender API, ranging from version 2.5.0 to the latest version 3.7.0, each with its own reference link, and this specific page highlights version 3.2.0."],["The `RecommendationStateInfo` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering various functionalities like deep cloning and equality comparison."],["Key properties of the `RecommendationStateInfo` class include `State`, which represents the current state of a recommendation, and `StateMetadata`, which allows for storing user-provided or system-generated metadata as key-value pairs."]]],[]]