Represents event arguments for PromptRequest event.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class PromptRequestEventArgs : RoutedEventArgs
Inheritance: objectPromptRequestEventArgs
Constructors
C#
public PromptRequestEventArgs()
Properties
Gets the text with which the prompt was initiated. Can be the text in the input textbox or the InputText of an already generated item in case of retry.
C#
public string InputText { get; }