public sealed class ProductAttributeValue : IMessage<ProductAttributeValue>, IEquatable<ProductAttributeValue>, IDeepCloneable<ProductAttributeValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ProductAttributeValue.
Product attribute which structured by an attribute name and value. This
structure is used in conversational search filters and answers. For example,
if we have name=color and value=red, this means that the color is red.
[[["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 document provides reference information for the `ProductAttributeValue` class within the Google.Cloud.Retail.V2 namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The latest version of the `ProductAttributeValue` class is 2.12.0, with documentation available for previous versions ranging from 1.0.0 to 2.11.0."],["`ProductAttributeValue` is a sealed class that represents a product attribute structured by an attribute name and value, used in conversational search filters and answers."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with inherited members from the base `object` class."],["The key properties of `ProductAttributeValue` are `Name` and `Value`, both of which are string type and represent the attribute name and the corresponding value."]]],[]]