ClassPromptInputSuggestionSelectedEventArgs
Class
Provides data for the PromptSuggestionSelected event.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class PromptInputSuggestionSelectedEventArgs : RoutedEventArgs
Inheritance: objectPromptInputSuggestionSelectedEventArgs
Constructors
PromptInputSuggestionSelectedEventArgs(string)
Initializes a new instance of the PromptInputSuggestionSelectedEventArgs class.
Declaration
cs-api-definition
public PromptInputSuggestionSelectedEventArgs(string suggestion)
Parameters
suggestion
The selected prompt suggestion text.
Properties
Suggestion
Gets the prompt suggestion text that was selected from the dropdown.
UpdateText
Gets or sets whether the input text will be updated with the selection.