Share via


ConfirmPrompt.ConfirmChoices Property

Definition

Gets or sets the yes and no Choice for the prompt.

public Tuple<Microsoft.Bot.Builder.Dialogs.Choices.Choice,Microsoft.Bot.Builder.Dialogs.Choices.Choice> ConfirmChoices { get; set; }
member this.ConfirmChoices : Microsoft.Bot.Builder.Dialogs.Choices.Choice * Microsoft.Bot.Builder.Dialogs.Choices.Choice with get, set
Public Property ConfirmChoices As Tuple(Of Choice, Choice)

Property Value

The yes and no Choice for the prompt.

Applies to