Condividi tramite


PromptOptions.Choices Proprietà

Definizione

Ottiene o imposta un elenco di scelte da cui scegliere l'utente, per l'uso con un ChoicePromptoggetto .

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

Valore della proprietà

Elenco delle scelte disponibili.

Si applica a