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

Suggested answers to the follow-up question.

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

t()

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchResponseConversationalSearchResultSuggestedAnswer{
    productAttributeValue:
      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.