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.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommand : AIPromptCommandBase, INotifyPropertyChanged
Constructors
AIPromptCommand()
Declaration
public AIPromptCommand()
Properties
Command
Gets or sets the command that is executed when the AIPrompt command is tapped. When this property is null the Text is used to make a request to the AI model, i.e. the PromptRequest event is raised.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|