ClassAIPromptCommandDescriptorBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptCommandDescriptorBase
Inheritance: objectAIPromptCommandDescriptorBase
Derived Classes:
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
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.