ConfirmPrompt.ChoiceOptions Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets additional options passed to the <seealso cref="T:Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactory"></seealso> and used to tweak the style of choices rendered to the user.
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
	Property Value
Additional options for presenting the set of choices.