ConfirmPrompt.ConfirmChoices 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 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.