Class AIPromptCommandGroup
A group command that can hold other AIPrompt
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 AIPrompt
Declaration
public IList<AIPromptCommand> Commands { get; set; }
Property Value
System.
|