View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchResponseConversationalSearchResultAdditionalFilter (google_api_retail v0.19.1)
Additional filter that client side need to apply.
Attributes
-
productAttributeValue
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t
, default:nil
) - Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchResponseConversationalSearchResultAdditionalFilter{ productAttributeValue: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t() | nil }