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."],[[["The document provides reference information for the `RecommendationStateInfo` class within the Google Cloud Recommender v1 API, specifically for version 3.3.0."],["`RecommendationStateInfo` includes details about the state of a recommendation, such as ACTIVE, SUCCEEDED, or FAILED, and associated metadata."],["The `RecommendationStateInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["This document also provides links to prior versions of the library, with the most recent being version 3.7.0."],["The `RecommendationStateInfo` has properties, such as `State` which indicates the current status of the recommendation and `StateMetadata` which provides a map of metadata for the current state."]]],[]]