1 instantiation of MessageBoxInteractionInfo
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
80
var newState = new Interaction(title, message, options, new Interaction.
MessageBoxInteractionInfo
(intent: options.Intent ?? MessageIntent.None), cancellationToken);
1 reference to MessageBoxInteractionInfo
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
95
else if (interaction.InteractionInfo is
MessageBoxInteractionInfo
messageBox)