2 references to None
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
80
var newState = new Interaction(title, message, options, new Interaction.MessageBoxInteractionInfo(intent: options.Intent ?? MessageIntent.
None
), cancellationToken);
175
var newState = new Interaction(title, message, options, new Interaction.MessageBarInteractionInfo(intent: options.Intent ?? MessageIntent.
None
), cancellationToken);