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