- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Allows management of individual questions.
HTTP request
PATCH https://retail.googleapis.com/v2beta/{generativeQuestionConfig.catalog=projects/*/locations/*/catalogs/*}/generativeQuestion
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
generative |
Required. Resource name of the catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} |
Query parameters
Parameters | |
---|---|
update |
Optional. Indicates which fields in the provided If not set or empty, all supported fields are updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of GenerativeQuestionConfig
.
Response body
If successful, the response body contains an instance of GenerativeQuestionConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.