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."],[[["The latest version available for `RecommendationStateInfo` is 3.7.0, with various other versions ranging from 3.6.0 down to 2.5.0 also accessible."],["`RecommendationStateInfo` class is used to store state and metadata related to recommendations and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecommendationStateInfo` class includes two constructors, one default and one that takes another `RecommendationStateInfo` object as a parameter for copying."],["The class also includes two properties: `State` which represents the state of the recommendation (e.g., ACTIVE, SUCCEEDED), and `StateMetadata`, which is a map of string key-value pairs for additional metadata."],["The `RecommendationStateInfo` class contains inherited members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]