Compartir a través de


ChoicePrompt.ChoiceOptions Propiedad

Definición

Obtiene o establece opciones adicionales que se pasan a ChoiceFactory y se usan para ajustar el estilo de las opciones representadas al usuario.

public Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions ChoiceOptions { get; set; }
member this.ChoiceOptions : Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions with get, set
Public Property ChoiceOptions As ChoiceFactoryOptions

Valor de propiedad

Opciones adicionales para presentar el conjunto de opciones.

Se aplica a