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