Show / Hide Table of Contents

Class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer

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.

Inheritance
object
GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer
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 GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SelectedAnswer

This field specifies the selected attributes during the conversational search. This should be a subset of ConversationalSearchResult.suggested_answers.

Declaration
[JsonProperty("selectedAnswer")]
public virtual GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer SelectedAnswer { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer

TextAnswer

This field specifies the incremental input text from the user during the conversational search.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX