ClassAIPromptCommandGroup
Class
A group command that can hold other AIPromptCommand commands.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAIPromptCommandBaseAIPromptCommandGroup
Implements:
Inherited Members
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