MessageIntent
Enum net8.0
Specifies the intent or purpose of a message in an interaction.
namespace Aspire.Hosting;
public enum MessageIntentEnum Members
Section titled Enum MembersNoneNo specific intent.
SuccessIndicates a successful operation.
WarningIndicates a warning.
ErrorIndicates an error.
InformationProvides informational content.
ConfirmationRequests confirmation from the user.