Class AIPromptCommandGroup
A group command that can hold other AIPromptCommand commands.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged, IDisposable
Constructors
AIPromptCommandGroup()
Declaration
public AIPromptCommandGroup()
Properties
Commands
Gets or sets the list of AIPromptCommand commands that this group holds.
Declaration
public IList<AIPromptCommand> Commands { get; set; }
Property Value
System.Collections.Generic.IList<AIPromptCommand>
|