Class
SmartBoxAIAssistantPromptRequestEventArgs

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: GridSmartBoxAIAssistantPromptRequestEventArgs

Implements: ICancellableEventArgs

Inherited Members SmartBoxPanelBaseEventArgs.IsCancelledEventArgs.Empty

Constructors

SmartBoxAIAssistantPromptRequestEventArgs()

Declaration

cs-api-definition
public SmartBoxAIAssistantPromptRequestEventArgs()

Properties

CancellationToken

Declaration

cs-api-definition
protected CancellationTokenSource CancellationToken { get; set; }

Property Value

CancellationTokenSource

Request

Specifies a default request object if a component that uses the AI Prompt can populate it, e.g. the Grid.

Declaration

cs-api-definition
public object Request { get; set; }

Property Value

object

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.

Declaration

cs-api-definition
public string Response { get; set; }

Property Value

string

Text

The prompt text.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string