ConfirmationValueSpec

Eingabe für AskForConfirmation

JSON-Darstellung
{
  "dialogSpec": {
    object (ConfirmationDialogSpec)
  }
}
Felder
dialogSpec

object (ConfirmationDialogSpec)

Konfiguriert das Dialogfeld, in dem Sie zur Bestätigung aufgefordert werden.

ConfirmationDialogSpec

Sprachkonfigurationen für das Bestätigungsdialogfeld. Hinweis: Diese Konfigurationen funktionieren eher wie ein Bestätigungsdialogfeld mit einem Hinweis als wie ein absoluter Wert. Beispiel: Wenn beim Empfang der Eingabe vom Nutzer „Anfrage zur Bestätigung“ ein Fehler aufgetreten ist, wird im Bestätigungsdialogfeld möglicherweise geantwortet: Sorry, $requestConfirmationText.

JSON-Darstellung
{
  "requestConfirmationText": string
}
Felder
requestConfirmationText

string

Dies ist die Frage, die im untergeordneten Bestätigungsdialogfeld gestellt wird. Beispiel: „Bist du dir sicher?“