New to Telerik UI for .NET MAUIStart a free 30-day trial

A command that is used within the RadAIPrompt to display a pre-defined action/instruction to send to the AI model.

Definition

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; }