Class AIPromptCommandBase
A base class for the AIPrompt
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.
|
Remarks
By default a System.
Text
Gets or sets the text representing this command.
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|