New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI AIPrompt Visual Structure

The visual structure of the .NET MAUI AIPrompt represents the anatomy of the UI component. Being familiar with the visual elements of the AIPrompt control allows you to quickly find the information required to configure them.

The following images shows the anatomy of the AIPrompt control.

Telerik UI for .NET MAUI AIPrompt Visual Structure

Telerik UI for .NET MAUI AIPrompt Output Visual Structure

Displayed Elements

  • Input View—This navigates to the Input View of the AIPrompt. This view displays an input editor and an input button which triggers a response request.
  • Output View—This navigates to the Output View of the AIPrompt. This view displays the generated response, which can be interacted with.
  • Commands View—Displays a list of predefined actions you can send to the AI model.
  • Suggestions—Represents a list of suggestions for the user prior to initiating a request.
  • Input Button—This button prompts the RadAIPrompt to request a response.
  • Copy Button—This button copies the response text to the clipboard.
  • Retry Button—This button requests another response from your AI model using the same input text.
  • Rating Buttons—These buttons rate the response returned from your AI model.
  • AIPrompt Button—This button shows a popup with an AIPrompt when interacted with.

See Also

In this article