ClassAIPromptCommandBase
Class
A base class for the AIPromptCommand and AIPromptCommandGroup classes.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public abstract class AIPromptCommandBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAIPromptCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
AIPromptCommandBase()
Declaration
cs-api-definition
protected AIPromptCommandBase()
Properties
Icon
Gets or sets the icon representing this command.
Declaration
cs-api-definition
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed.")]
public object Icon { get; set; }
Property Value
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.