Class AIPromptCommand
A command that is used within the RadAIPrompt to display a pre-defined action/instruction to send to the AI model.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class AIPromptCommand : AIPromptCommandBase, INotifyPropertyChanged, IDisposable
Constructors
AIPromptCommand()
Declaration
public AIPromptCommand()
Properties
Command
Gets or sets the command that is executed when the AIPrompt command is clicked.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|