AIPromptCommandBase
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:
C#
public class AIPromptCommandBase : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseAIPromptCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public AIPromptCommandBase()
Properties
ImageSource
ImageSource
Gets or sets the image source.
C#
public ImageSource ImageSource { get; set; }
Gets or sets the text that is displayed on screen. This value is used to make a request, i.e. raise the PromptRequest event, unless a Command is set.
C#
public string Text { get; set; }