public sealed class SuggestionInfo : IMessage<SuggestionInfo>, IEquatable<SuggestionInfo>, IDeepCloneable<SuggestionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class SuggestionInfo.
Detailed information about the suggestion.
Implements
IMessageSuggestionInfo, IEquatableSuggestionInfo, IDeepCloneableSuggestionInfo, 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 |
RepeatedFieldSuggestionInfoTypesMatchInfo |