Class PromptRequestEventArgs
Represents event arguments for PromptRequest event.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class PromptRequestEventArgs : RoutedEventArgs
Constructors
PromptRequestEventArgs()
Declaration
public PromptRequestEventArgs()
Properties
InputText
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.
Declaration
public string InputText { get; }
Property Value
System.String
|
IsRetry
Gets a boolean value indicating whether the event was initiated to retry for an already generated response.
Declaration
public bool IsRetry { get; }
Property Value
System.Boolean
|