AIPromptCommandGroup
Class
A group command that can hold other AIPromptCommand commands.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAIPromptCommandBaseAIPromptCommandGroup
Implements:
Inherited Members
Constructors
C#
public AIPromptCommandGroup()
Properties
Gets or sets the list of AIPromptCommand commands that this group holds.
C#
public IList<AIPromptCommand> Commands { get; set; }