New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets a boolean value indicating whether the event was initiated to retry for an already generated response.

C#
public bool IsRetry { get; }