public static interface SearchResponse.ConversationalSearchResult.SuggestedAnswerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProductAttributeValue |
getProductAttributeValue()
Product attribute value, including an attribute key and an
attribute value.
|
ProductAttributeValueOrBuilder |
getProductAttributeValueOrBuilder()
Product attribute value, including an attribute key and an
attribute value.
|
boolean |
hasProductAttributeValue()
Product attribute value, including an attribute key and an
attribute value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProductAttributeValue()
Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;ProductAttributeValue getProductAttributeValue()
Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;ProductAttributeValueOrBuilder getProductAttributeValueOrBuilder()
Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;Copyright © 2025 Google LLC. All rights reserved.