ClassAIPromptCommandExecuteEventArgs
Class
The class that describes the event arguments of the OnCommandExecute event of the AIPrompt component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptCommandExecuteEventArgs
Inheritance: objectAIPromptCommandExecuteEventArgs
Constructors
AIPromptCommandExecuteEventArgs()
Declaration
cs-api-definition
public AIPromptCommandExecuteEventArgs()
Properties
Command
The command to be executed.
Declaration
cs-api-definition
public AIPromptCommandDescriptor Command { get; set; }
Property Value
IsCancelled
Can cancel the request event.
Output
Output should be populated by the user of the component.
OutputItem
If the request is being retried, this property will hold the previous outputed item.
Declaration
cs-api-definition
public AIPromptOutputItemDescriptor OutputItem { get; set; }
Property Value