Implemented interface member:
method
PromptInputsAsync
Aspire.Hosting.IInteractionService.PromptInputsAsync(System.String, System.String, System.Collections.Generic.IReadOnlyList<Aspire.Hosting.InteractionInput>, Aspire.Hosting.InputsDialogInteractionOptions, System.Threading.CancellationToken)
1 reference to PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
81var result = await PromptInputsAsync(title, message, [input], options, cancellationToken).ConfigureAwait(false);