Show / Hide Table of Contents

Class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec

This field specifies all conversational related parameters addition to traditional retail search.

Inheritance
object
GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec
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 GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec : 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 GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer UserAnswer { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX