Class GoogleCloudRetailV2alphaConversationalSearchResponse
Response message for ConversationalSearchService.ConversationalSearch method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaConversationalSearchResponse : IDirectResponseSchema
Properties
ConversationId
Conversation UUID. This field will be stored in client side storage to maintain the conversation session with server and will be used for next search request's ConversationalSearchRequest.conversation_id to restore conversation state in server.
Declaration
[JsonProperty("conversationId")]
public virtual string ConversationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ConversationalFilteringResult
This field specifies all related information that is needed on client side for UI rendering of conversational filtering search.
Declaration
[JsonProperty("conversationalFilteringResult")]
public virtual GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult ConversationalFilteringResult { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RefinedSearch
The proposed refined search queries. They can be used to fetch the relevant search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query from search response will be populated here.
Declaration
[JsonProperty("refinedSearch")]
public virtual IList<GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch> RefinedSearch { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch> |