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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.