Show / Hide Table of Contents

Class GoogleCloudRetailV2betaConversationalSearchResponse

Response message for ConversationalSearchService.ConversationalSearch method.

Inheritance
object
GoogleCloudRetailV2betaConversationalSearchResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaConversationalSearchResponse : 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 GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult ConversationalFilteringResult { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult

ConversationalTextResponse

The conversational answer-based text response generated by the Server.

Declaration
[JsonProperty("conversationalTextResponse")]
public virtual string ConversationalTextResponse { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FollowupQuestion

The conversational followup question generated for Intent refinement.

Declaration
[JsonProperty("followupQuestion")]
public virtual GoogleCloudRetailV2betaConversationalSearchResponseFollowupQuestion FollowupQuestion { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaConversationalSearchResponseFollowupQuestion

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<GoogleCloudRetailV2betaConversationalSearchResponseRefinedSearch> RefinedSearch { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaConversationalSearchResponseRefinedSearch>

State

Output only. The state of the response generation.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

UserQueryTypes

The types Retail classifies the search query as. Supported values are: - "ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED"

Declaration
[JsonProperty("userQueryTypes")]
public virtual IList<string> UserQueryTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX