Class AIPromptCommandBase
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 AIPromptCommandBase : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
AIPromptCommandBase()
Declaration
public AIPromptCommandBase()
Properties
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|
Text
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.
Declaration
public string Text { get; set; }
Property Value
System.String
|