PredictiveSuggestion Class

Definition

The class represents a predictive suggestion generated by a predictor.

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class PredictiveSuggestion
[<System.Runtime.CompilerServices.Nullable(0)>]
type PredictiveSuggestion = class
Public NotInheritable Class PredictiveSuggestion
Inheritance
PredictiveSuggestion
Attributes

Constructors

Name Description
PredictiveSuggestion(String, String)

Initializes a new instance of the PredictiveSuggestion class.

PredictiveSuggestion(String)

Initializes a new instance of the PredictiveSuggestion class.

Properties

Name Description
SuggestionText

Gets the suggestion.

ToolTip

Gets the tooltip of the suggestion.

Applies to