generative_questions
Creates, updates, deletes, gets or lists a generative_questions
resource.
Overview
Name | generative_questions |
Type | Resource |
Id | google.retail.generative_questions |
Fields
The following fields are returned by SELECT
queries:
- projects_locations_catalogs_generative_questions_list
Successful response
Name | Datatype | Description |
---|---|---|
generativeQuestionConfigs | array | All the questions for a given catalog. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
projects_locations_catalogs_generative_questions_list | select | projectsId , locationsId , catalogsId | Returns all questions for a given catalog. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
catalogsId | string | |
locationsId | string | |
projectsId | string |
SELECT
examples
- projects_locations_catalogs_generative_questions_list
Returns all questions for a given catalog.
SELECT
generativeQuestionConfigs
FROM google.retail.generative_questions
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND catalogsId = '{{ catalogsId }}' -- required;