Condividi tramite


ConfirmPrompt.ConfirmChoices Proprietà

Definizione

Ottiene o imposta il valore sì e no Choice per il 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)

Valore della proprietà

Sì e no Choice per il prompt.

Si applica a