Class
AIPromptPromptRequestEventArgs

The class that describes the event arguments of the OnRequest event of the AIPrompt component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptPromptRequestEventArgs : AIPromptPromptRequestEventArgsBase

Inheritance: objectAIPromptPromptRequestEventArgsBaseAIPromptPromptRequestEventArgs

Constructors

AIPromptPromptRequestEventArgs()

Declaration

cs-api-definition
public AIPromptPromptRequestEventArgs()

Properties

OutputItem

Declaration

cs-api-definition
public AIPromptOutputItemDescriptor OutputItem { get; set; }

Property Value

AIPromptOutputItemDescriptor