ClassAIPromptCommandDescriptor
Class
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
Icon
Defines the Icon of the command.
Id
Defines the Id of the command.
Prompt
Defines the prompt the component will use when it handle the ai request.