ClassSmartBoxAIAssistantPromptRequestEventArgs
Class
Specifies the event arguments of the event.
Definition
Namespace:Telerik.Blazor.Components.Common.Grid.SmartBox
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SmartBoxAIAssistantPromptRequestEventArgs : SmartBoxPanelBaseEventArgs, ICancellableEventArgs
Inheritance: objectEventArgsSmartBoxPanelBaseEventArgsSmartBoxAIAssistantPromptRequestEventArgs
Derived Classes:
Implements:
Inherited Members
Constructors
SmartBoxAIAssistantPromptRequestEventArgs()
Declaration
cs-api-definition
public SmartBoxAIAssistantPromptRequestEventArgs()
Properties
CancellationToken
Declaration
cs-api-definition
protected CancellationTokenSource CancellationToken { get; set; }
Property Value
Request
Specifies a default request object if a component that uses the AI Prompt can populate it, e.g. the Grid.
Response
Specifies the result of an AI request that can be processed by another component that uses the AI prompt, e.g. the Grid. This is usually the text content of an AI service call. Not applicable in other cases.