3 references to Confirmation
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
199
Aspire.Hosting.MessageIntent.
Confirmation
=> Aspire.DashboardService.Proto.V1.MessageIntent.Confirmation,
InteractionService.cs (1)
38
options.Intent = MessageIntent.
Confirmation
;
Stress.AppHost (1)
InteractionCommands.cs (1)
40
_ = interactionService.PromptNotificationAsync("Confirmation bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.
Confirmation
});