Class
PromptRequestEventArgs

Represents event arguments for PromptRequest event.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class PromptRequestEventArgs : RoutedEventArgs

Inheritance: objectPromptRequestEventArgs

Constructors

PromptRequestEventArgs()

Declaration

cs-api-definition
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

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

Property Value

string

IsRetry

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

Declaration

cs-api-definition
public bool IsRetry { get; }

Property Value

bool