Provides data for the PromptSuggestionSelected event.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class PromptInputSuggestionSelectedEventArgs : RoutedEventArgs
Inheritance: objectPromptInputSuggestionSelectedEventArgs
Constructors
Initializes a new instance of the PromptInputSuggestionSelectedEventArgs class.
C#
public PromptInputSuggestionSelectedEventArgs(string suggestion)
The selected prompt suggestion text.
Properties
Gets the prompt suggestion text that was selected from the dropdown.
C#
public string Suggestion { get; }
Gets or sets whether the input text will be updated with the selection.
C#
public bool UpdateText { get; set; }