Class AIPromptCommandDescriptor
the class that describes the command of the AI Prompt.
Inheritance
System.Object
AIPromptCommandDescriptor
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptCommandDescriptor : Object
Constructors
AIPromptCommandDescriptor()
Declaration
public AIPromptCommandDescriptor()
Properties
Children
Defines the nested commands of the command.
Declaration
public List<AIPromptCommandDescriptor> Children { get; set; }
Property Value
System.Collections.Generic.List<AIPromptCommandDescriptor>
|
Icon
Defines the Icon of the command.
Declaration
public object Icon { get; set; }
Property Value
System.Object
|
Id
Defines the Id of the command.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Title
Defines the Title of the command.
Declaration
public string Title { get; set; }
Property Value
System.String
|