[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eSuggestionInfo\u003c/code\u003e class, part of the Data QnA v1alpha API, providing information about suggestions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionInfo\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eSuggestionInfo()\u003c/code\u003e and one that takes another \u003ccode\u003eSuggestionInfo\u003c/code\u003e object as a parameter for duplication.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSuggestionInfo\u003c/code\u003e includes the \u003ccode\u003eAnnotatedSuggestion\u003c/code\u003e property, providing semantic annotations for suggestions, and the \u003ccode\u003eQueryMatches\u003c/code\u003e property, detailing matches between the user query and the annotated string.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of SuggestionInfo is \u003ccode\u003e2.0.0-alpha02\u003c/code\u003e, while other available versions are \u003ccode\u003e2.0.0-alpha01\u003c/code\u003e and \u003ccode\u003e1.0.0-alpha03\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Data QnA v1alpha API - Class SuggestionInfo (2.0.0-alpha02)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha02 (latest)](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo)\n- [2.0.0-alpha01](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/2.0.0-alpha01/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo)\n- [1.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/1.0.0-alpha03/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo) \n\n public sealed class SuggestionInfo : IMessage\u003cSuggestionInfo\u003e, IEquatable\u003cSuggestionInfo\u003e, IDeepCloneable\u003cSuggestionInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data QnA v1alpha API class SuggestionInfo.\n\nDetailed information about the suggestion. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SuggestionInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SuggestionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SuggestionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SuggestionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.SuggestionInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataQnA.V1Alpha](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.DataQnA.V1Alpha.dll\n\nConstructors\n------------\n\n### SuggestionInfo()\n\n public SuggestionInfo()\n\n### SuggestionInfo(SuggestionInfo)\n\n public SuggestionInfo(SuggestionInfo other)\n\nProperties\n----------\n\n### AnnotatedSuggestion\n\n public AnnotatedString AnnotatedSuggestion { get; set; }\n\nAnnotations for the suggestion. This provides information about which part\nof the suggestion corresponds to what semantic meaning (e.g. a metric).\n\n### QueryMatches\n\n public RepeatedField\u003cSuggestionInfo.Types.MatchInfo\u003e QueryMatches { get; }\n\nMatches between user query and the annotated string."]]