Returns all questions for a given catalog.
HTTP request
GET https://retail.googleapis.com/v2beta/{parent=projects/*/locations/*/catalogs/*}/generativeQuestions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 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 ( | 
| Fields | |
|---|---|
| generativeQuestionConfigs[] | 
 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.