View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer (google_api_retail v0.19.1)

This field specifies the selected answers during the conversational search.

Attributes

  • productAttributeValue (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t, default: nil) - This field specifies the selected answer which is a attribute key-value.
  • productAttributeValues (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t), default: nil) - This field is deprecated and should not be set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer{
    productAttributeValue:
      GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t()
      | nil,
    productAttributeValues:
      [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t()]
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.