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

Aggregated response for UpdateGenerativeQuestionConfig method.

Attributes

  • generativeQuestionConfigs (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t), default: nil) - Optional. The updates question configs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse{
    generativeQuestionConfigs:
      [
        GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.