Compartir a través de


ChoiceFactory.ToChoices(IList<String>) Método

Definición

Toma una lista de cadenas y las devuelve como Choice.

public static System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> ToChoices (System.Collections.Generic.IList<string> choices);
static member ToChoices : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice>
Public Shared Function ToChoices (choices As IList(Of String)) As IList(Of Choice)

Parámetros

choices
IList<String>

Lista de opciones que se van a agregar.

Devoluciones

Una lista de opciones.

Se aplica a