Class
AIPromptCommandDescriptorBase

Definition

Namespace:Telerik.Blazor.Components.Common.AIPrompt

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptCommandDescriptorBase

Inheritance: objectAIPromptCommandDescriptorBase

Derived Classes: AIPromptCommandDescriptorInlineAIPromptCommandDescriptor

Constructors

AIPromptCommandDescriptorBase()

Declaration

cs-api-definition
public AIPromptCommandDescriptorBase()

Properties

Children

Defines the nested commands of the command.

Declaration

cs-api-definition
public IEnumerable<AIPromptCommandDescriptorBase> Children { get; set; }

Property Value

IEnumerable<AIPromptCommandDescriptorBase>

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

Prompt

Defines the prompt the component will use when it handle the ai request.

Declaration

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

Property Value

string

Title

Defines the Title of the command.

Declaration

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

Property Value

string