Class AIPromptCommand
A command that is used within the Rad
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 Prompt
Declaration
public ICommand Command { get; set; }
Property Value
System.
|