Method: projects.locations.catalogs.generativeQuestion.batchUpdate

Allows management of multiple questions.

HTTP request

POST https://retail.googleapis.com/v2beta/{parent=projects/*/locations/*/catalogs/*}/generativeQuestion:batchUpdate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (UpdateGenerativeQuestionConfigRequest)
    }
  ]
}
Fields
requests[]

object (UpdateGenerativeQuestionConfigRequest)

Required. The updates question configs.

Response body

Aggregated response for UpdateGenerativeQuestionConfig method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "generativeQuestionConfigs": [
    {
      object (GenerativeQuestionConfig)
    }
  ]
}
Fields
generativeQuestionConfigs[]

object (GenerativeQuestionConfig)

Optional. The updates question configs.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.