Method: projects.locations.catalogs.updateConversationalSearchCustomizationConfig

Updates the conversational search customization config for a given catalog.

HTTP request

PATCH https://retail.googleapis.com/v2alpha/{conversationalSearchCustomizationConfig.catalog=projects/*/locations/*/catalogs/*}/conversationalSearchCustomizationConfig

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
conversationalSearchCustomizationConfig.catalog

string

Required. Resource name of the catalog. Format: projects/{project}/locations/{___location}/catalogs/{catalog}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Indicates which fields in the provided ConversationalSearchCustomizationConfig to update. If not set or empty, all supported fields are updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of ConversationalSearchCustomizationConfig.

Response body

If successful, the response body contains an instance of ConversationalSearchCustomizationConfig.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.