Class GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer
This field specifies the current user answer during the conversational filtering search. This can be either user selected from suggested answers or user input plain text.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedAnswer
Optional. This field specifies the selected answer during the conversational search. This should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
Declaration
[JsonProperty("selectedAnswer")]
public virtual GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswerSelectedAnswer SelectedAnswer { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswerSelectedAnswer |
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 |