Retail v2 API - Class ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer (2.15.0)

public sealed class ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer : IMessage<ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer>, IEquatable<ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer>, IDeepCloneable<ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer.

Suggested answers to the follow-up question. If it's numerical attribute, only ProductAttributeInterval will be set. If it's textual attribute, only productAttributeValue will be set.

Inheritance

object > ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

SuggestedAnswer()

public SuggestedAnswer()

SuggestedAnswer(SuggestedAnswer)

public SuggestedAnswer(ConversationalSearchResponse.Types.FollowupQuestion.Types.SuggestedAnswer other)
Parameter
Name Description
other ConversationalSearchResponseTypesFollowupQuestionTypesSuggestedAnswer

Properties

ProductAttributeValue

public ProductAttributeValue ProductAttributeValue { get; set; }

Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.

Property Value
Type Description
ProductAttributeValue