Class AIPromptOutputRateEventArgs
The class that describes the event arguments of the AIPromptOutputRatingEventArgs event of the AIPrompt component.
Inheritance
System.Object
AIPromptOutputRateEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptOutputRateEventArgs : Object
Constructors
AIPromptOutputRateEventArgs()
Declaration
public AIPromptOutputRateEventArgs()
Properties
Output
Declaration
public AIPromptOutputItemDescriptor Output { get; set; }
Property Value
AIPromptOutputItemDescriptor
|