Class
AIPromptCommandDescriptor

the class that describes the command of the AI Prompt.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptCommandDescriptor

Inheritance: objectAIPromptCommandDescriptor

Constructors

AIPromptCommandDescriptor()

Declaration

cs-api-definition
public AIPromptCommandDescriptor()

Properties

Children

Defines the nested commands of the command.

Declaration

cs-api-definition
public List<AIPromptCommandDescriptor> Children { get; set; }

Property Value

List<AIPromptCommandDescriptor>

Icon

Defines the Icon of the command.

Declaration

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

Property Value

object

Id

Defines the Id of the command.

Declaration

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

Property Value

string

Title

Defines the Title of the command.

Declaration

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

Property Value

string