Class
PromptInputSuggestionSelectedEventArgs

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

string

The selected prompt suggestion text.

Properties

Suggestion

Gets the prompt suggestion text that was selected from the dropdown.

Declaration

cs-api-definition
public string Suggestion { get; }

Property Value

string

UpdateText

Gets or sets whether the input text will be updated with the selection.

Declaration

cs-api-definition
public bool UpdateText { get; set; }

Property Value

bool