ClassAIPromptCommand
Class
A command that is used within the RadAIPrompt to display a pre-defined action/instruction to send to the AI model.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class AIPromptCommand : AIPromptCommandBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseAIPromptCommandBaseAIPromptCommand
Implements:
Inherited Members
Constructors
AIPromptCommand()
Declaration
cs-api-definition
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.