New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components.Common.AIPrompt

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class AIPromptCommandDescriptorBase

Inheritance: objectAIPromptCommandDescriptorBase

Derived Classes: AIPromptCommandDescriptorInlineAIPromptCommandDescriptor

Constructors

C#
public AIPromptCommandDescriptorBase()

Properties

Defines the nested commands of the command.

C#
public IEnumerable<AIPromptCommandDescriptorBase> Children { get; set; }

Defines the Icon of the command.

C#
public object Icon { get; set; }

Defines the Id of the command.

C#
public string Id { get; set; }

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

C#
public string Prompt { get; set; }

Defines the Title of the command.

C#
public string Title { get; set; }