Class AIPromptCommandBase
A base class for the AIPromptCommand and AIPromptCommandGroup classes.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public abstract class AIPromptCommandBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
AIPromptCommandBase()
Declaration
protected AIPromptCommandBase()
Properties
Icon
Gets or sets the icon representing this command.
Declaration
public object Icon { get; set; }
Property Value
System.Object
|
Remarks
By default a System.Uri object pointing to an svg image is expected which is displayed in a RadSvgImage. You can customize this by adding an implicit System.Windows.DataTemplate for AIPromptCommand or AIPromptCommandGroup.
Text
Gets or sets the text representing this command.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|