The score of the suggestion. This can be used to define ordering in UI.
The score represents confidence in the suggestion where higher is better.
All score values must be in the range [0, 1).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Suggestion` class is 2.0.0-alpha02, part of the Google.Cloud.DataQnA.V1Alpha API."],["The `Suggestion` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and represents a query suggestion with a ranking score."],["The `Suggestion` class includes properties like `RankingScore`, a double representing the confidence in the suggestion, and `SuggestionInfo` and `SuggestionType` for detailed information and the type of the suggestion."],["The class has two constructors, one default and one that takes another `Suggestion` object as a parameter for copying."],["The class inheirits members from the base object class like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]