Performs a conversational search.
This feature is only available for users who have Conversational placements.search enabled.
HTTP request
POST https://retail.googleapis.com/v2alpha/{placement=projects/*/locations/*/catalogs/*/placements/*}:conversationalSearch
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| placement | 
 Required. The resource name of the search engine placement, such as  | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "branch": string, "query": string, "pageCategories": [ string ], "conversationId": string, "searchParams": { object ( | 
| Fields | |
|---|---|
| branch | 
 Required. The branch resource name, such as  Use "default_branch" as the branch ID or leave this field empty, to search products under the default branch. | 
| query | 
 Optional. Raw search query to be searched for. If this field is empty, the request is considered a category browsing request. | 
| pageCategories[] | 
 Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as  To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). Category pages include special pages such as sales or promotions. For instance, a special sale page may have the category hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"]. | 
| conversationId | 
 Optional. This field specifies the conversation id, which maintains the state of the conversation between client side and server side. Use the value from the previous  | 
| searchParams | 
 Optional. placements.search parameters. | 
| visitorId | 
 Required. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This should be the same identifier as  The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. | 
| userInfo | 
 Optional. User information. | 
| conversationalFilteringSpec | 
 Optional. This field specifies all conversational filtering related parameters. | 
| userLabels | 
 Optional. The user labels applied to a resource must meet the following requirements: 
 See Google Cloud Document for more details. | 
| safetySettings[] | 
 Optional. The safety settings to be applied to the generated content. | 
Response body
If successful, the response body contains a stream of ConversationalSearchResponse instances.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.