Compartir a través de


ConfirmPrompt.ConfirmChoices Propiedad

Definición

Obtiene o establece el sí y no Choice para el mensaje.

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)

Valor de propiedad

Sí y no Choice para la solicitud.

Se aplica a