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

Request for BatchUpdateGenerativeQuestionConfig method.

Attributes

  • requests (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest.t), default: nil) - Required. The updates question configs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest{
    requests:
      [
        GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.