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