generative_question
Creates, updates, deletes, gets or lists a generative_question resource.
Overview
| Name | generative_question |
| Type | Resource |
| Id | google.retail.generative_question |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_catalogs_generative_question_batch_update | update | projectsId, locationsId, catalogsId | Allows management of multiple questions. |
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 |
UPDATE examples
- projects_locations_catalogs_generative_question_batch_update
Allows management of multiple questions.
UPDATE google.retail.generative_question
SET
data__requests = '{{ requests }}'
WHERE
projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND catalogsId = '{{ catalogsId }}' --required
RETURNING
generativeQuestionConfigs;