Method: projects.locations.catalogs.generativeQuestions.list

Returns all questions for a given catalog.

HTTP request

GET https://retail.googleapis.com/v2alpha/{parent=projects/*/locations/*/catalogs/*}/generativeQuestions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Request body

The request body must be empty.

Response body

Response for ListQuestions method.

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

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

object (GenerativeQuestionConfig)

All the questions for a given catalog.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.