.NET MAUI AIPrompt Overview

The .NET MAUI AIPrompt component helps you write input (prompt) instructing the Generative AI to produce the desired response.

The component allows you to interact with the output from the AI and execute a set of predefined commands. Furthermore, the AIPrompt comes with three predefined views—Input, Output, and Commands, as well as the option to define custom views. Users can navigate the views through the AIPrompt's TabView.

Telerik Maui Ninja image

The AIPrompt is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

.NET MAUI AIPrompt Overview

Key Features

  • Views—The AIPrompt provides different views that you can include in it - Input, Output and Commands view. Through interaction with the component, the user can change the currently active view.
  • Suggestions—This collection will allow you to populate the AIPrompt component with suggestions that will be displayed to the user prior to sending the request.
  • Commands—The Commands collection gives you the ability to define custom commands with custom actions displayed within the Commands View.
  • AIPrompt button—The AIPrompt component provides the ability to display it as a button, which when interacted with, will display the prompt.
  • Flexible Styling API—Thanks to the control’s flexible API you can directly configure how various elements of the Telerik UI for .NET MAUI AIPrompt are displayed in your application.

Next Steps

See Also

In this article