Skip to main content

generative_question

Creates, updates, deletes, gets or lists a generative_question resource.

Overview

Namegenerative_question
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_catalogs_generative_question_batch_updateupdateprojectsId, locationsId, catalogsIdAllows 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.

NameDatatypeDescription
catalogsIdstring
locationsIdstring
projectsIdstring

UPDATE examples

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;