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:
C#
public class AIPromptPromptRequestEventArgs : AIPromptPromptRequestEventArgsBase
Inheritance: objectAIPromptPromptRequestEventArgsBaseAIPromptPromptRequestEventArgs
Inherited Members
Constructors
C#
public AIPromptPromptRequestEventArgs()
Properties
C#
public AIPromptOutputItemDescriptor OutputItem { get; set; }