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-03-21 UTC."],[[["This webpage provides documentation for the `RecommendationStateInfo` class within the Google Cloud Recommender v1 API, specifically for version 3.6.0."],["The `RecommendationStateInfo` class contains information about the state of a recommendation, including its current `State` (e.g., ACTIVE, SUCCEEDED, FAILED) and associated `StateMetadata`."],["The latest version of the API is 3.7.0, with previous versions listed on the page going as far back as 2.5.0, each having their own reference documentation."],["`RecommendationStateInfo` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Users can utilize the `StateMetadata` property, a map field, to provide additional metadata for the recommendation's state."]]],[]]