Interface SearchResponse.ConversationalSearchResult.SuggestedAnswerOrBuilder (2.54.0)

public static interface SearchResponse.ConversationalSearchResult.SuggestedAnswerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProductAttributeValue()

public abstract 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.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
ProductAttributeValue

The productAttributeValue.

getProductAttributeValueOrBuilder()

public abstract 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.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
ProductAttributeValueOrBuilder

hasProductAttributeValue()

public abstract boolean hasProductAttributeValue()

Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.

.google.cloud.retail.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
boolean

Whether the productAttributeValue field is set.