5 references to InteractionChoiceOption
Aspire.Hosting (5)
Ats\InteractionExports.cs (5)
225public static InteractionInputBuilder CreateChoiceInput(this IInteractionService interactionService, string name, IReadOnlyList<InteractionChoiceOption>? choices = null, CreateInteractionInputOptions? options = null) 239internal static IReadOnlyList<KeyValuePair<string, string>> ToOptionList(IReadOnlyList<InteractionChoiceOption> choices) 242foreach (var choice in choices) 335public InteractionInputBuilder WithChoiceOptions(IReadOnlyList<InteractionChoiceOption> choices) 472public void SetChoiceOptions(IReadOnlyList<InteractionChoiceOption> choices)