Class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec
This field specifies all conversational related parameters addition to traditional retail search.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec : IDirectResponseSchema
Properties
ConversationId
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 ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
Declaration
[JsonProperty("conversationId")]
public virtual string ConversationId { 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 |
FollowupConversationRequested
This field specifies whether the customer would like to do conversational search. If this field is set to true, conversational related extra information will be returned from server side, including follow-up question, answer options, etc.
Declaration
[JsonProperty("followupConversationRequested")]
public virtual bool? FollowupConversationRequested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UserAnswer
This field specifies the current user answer during the conversational search. This can be either user selected from suggested answers or user input plain text.
Declaration
[JsonProperty("userAnswer")]
public virtual GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer UserAnswer { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer |