public sealed class SuggestionInfo : IMessage<SuggestionInfo>, IEquatable<SuggestionInfo>, IDeepCloneable<SuggestionInfo>, IBufferMessage, IMessage
Detailed information about the suggestion.
Implements
IMessage<SuggestionInfo>, IEquatable<SuggestionInfo>, IDeepCloneable<SuggestionInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
SuggestionInfo()
public SuggestionInfo()
SuggestionInfo(SuggestionInfo)
public SuggestionInfo(SuggestionInfo other)
Parameter | |
---|---|
Name | Description |
other | SuggestionInfo |
Properties
AnnotatedSuggestion
public AnnotatedString AnnotatedSuggestion { get; set; }
Annotations for the suggestion. This provides information about which part of the suggestion corresponds to what semantic meaning (e.g. a metric).
Property Value | |
---|---|
Type | Description |
AnnotatedString |
QueryMatches
public RepeatedField<SuggestionInfo.Types.MatchInfo> QueryMatches { get; }
Matches between user query and the annotated string.
Property Value | |
---|---|
Type | Description |
RepeatedField<SuggestionInfo.Types.MatchInfo> |