Partager via


ChoiceInputOptions.Choices Propriété

Définition

Obtient ou définit la liste d’options d’entrée.

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)

Valeur de propriété

Liste d’options d’entrée.

S’applique à