ConfirmationValueSpec
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
AskForConfirmation girişi
ConfirmationDialogSpec
Onay iletişim kutusu için konuşma yapılandırmaları. Bu yapılandırmaların, mutlak değerden çok, onay iletişim kutusu için bir ipucu işlevi gördüğünü lütfen unutmayın. Örneğin, "onay isteği" için kullanıcıdan giriş alınamıyorsa onay iletişim kutusu şu yanıtı verebilir: Sorry, $requestConfirmationText
.
JSON gösterimi |
{
"requestConfirmationText": string
} |
Alanlar |
requestConfirmationText |
string
Bu, onay alt iletişim kutusunda sorulan sorudur. Örneğin, "Bundan emin misiniz?"
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["Input for `AskForConfirmation` requires a `dialogSpec` object, which configures the confirmation dialog."],["`ConfirmationDialogSpec` provides speech configurations, acting as guidance for the dialog's behavior, like using `requestConfirmationText` for prompting the user."],["The `requestConfirmationText` field within `ConfirmationDialogSpec` defines the question posed to the user during confirmation, such as \"Are you sure about that?\"."]]],["The core content details a JSON structure for configuring a confirmation dialog. It involves a `dialogSpec` object which utilizes `ConfirmationDialogSpec`. This specification includes `requestConfirmationText`, a string field defining the question presented in the confirmation dialog, such as \"Are you sure about that?\". This structure provides a way to define the confirmation question that is asked to the user. The configurations serve as a suggestion to the confirmation dialog.\n"]]