Compartilhar via


ChoiceInputOptions.Choices Propriedade

Definição

Obtém ou define a lista de opções de entrada.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> Choices { get; set; }
member this.Choices : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> with get, set
Public Property Choices As List(Of Choice)

Valor da propriedade

Lista de opções de entrada.

Aplica-se a