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 page provides documentation for the `RecommendationStateInfo` class within the Google Cloud Recommender v1 API, detailing its structure and usage."],["The `RecommendationStateInfo` class is used to define the state and associated metadata of a recommendation, such as ACTIVE, SUCCEEDED, or FAILED."],["There are multiple versions of the documentation available, from version 2.5.0 up to the latest version, 3.7.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."],["`RecommendationStateInfo` includes two key properties: `State`, which indicates the current state of the recommendation, and `StateMetadata`, which is a map for storing additional state-related information."]]],[]]