AIPromptCommandBase
Class
A base class for the AIPromptCommand and AIPromptCommandGroup classes.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public abstract class AIPromptCommandBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAIPromptCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected AIPromptCommandBase()
Properties
Gets or sets the icon representing this command.
C#
public object Icon { get; set; }
Remarks:
By default a Uri object pointing to an svg image is expected which is displayed in a RadSvgImage. You can customize this by adding an implicit DataTemplate for AIPromptCommand or AIPromptCommandGroup.