Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AIPromptCommandDescriptorBase
Inheritance: objectAIPromptCommandDescriptorBase
Derived Classes:
Constructors
C#
public AIPromptCommandDescriptorBase()
Properties
Defines the nested commands of the command.
C#
public IEnumerable<AIPromptCommandDescriptorBase> Children { get; set; }
Defines the prompt the component will use when it handle the ai request.
C#
public string Prompt { get; set; }