Class
AIPromptCommandGroup

A group command that can hold other AIPromptCommand commands.

Definition

Constructors

AIPromptCommandGroup()

Declaration

cs-api-definition
public AIPromptCommandGroup()

Properties

Commands

Gets or sets the list of AIPromptCommand commands that this group holds.

Declaration

cs-api-definition
public IList<AIPromptCommand> Commands { get; set; }

Property Value

IList<AIPromptCommand>