LinkDialogSpec
bookmark_borderbookmark
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดง JSON |
{
"destinationName": string,
"requestLinkReason": string
} |
ช่อง |
destinationName |
string
ชื่อของแอปหรือเว็บไซต์ที่ต้องการลิงก์ TTS จะสร้างขึ้นโดยมีชื่อ "เปิด " และใช้ในระหว่างการยืนยัน "ฉันส่งคุณไปที่ ได้ไหม" หากเราทราบชื่อจริงของลิงก์ที่จะส่งมอบ เราจะไม่สนใจช่องนี้และใช้ชื่อที่เหมาะสม สูงสุด 20 อักขระ
|
requestLinkReason |
string
สตริงที่เพิ่มลงในส่วนท้ายของข้อความแจ้งยืนยันเพื่ออธิบายเหตุผลที่เราต้องลิงก์ออก ตัวอย่างเช่น "นำทางไปรับกาแฟไหม" โดยสามารถต่อท้ายข้อความยืนยัน เช่น "ฉันส่งคุณไปที่ Google Maps เพื่อนำทางไปรับกาแฟได้ไหม"
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-11 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-09-11 UTC"],[[["The JSON object for linking requests requires `destinationName` and `requestLinkReason` fields."],["`destinationName` provides the name of the app or website for linking, used in the TTS prompt."],["`requestLinkReason` explains the purpose of the link and is added to the confirmation prompt for context."]]],["The JSON representation defines a structure with two fields: `destinationName` and `requestLinkReason`. `destinationName` is a string specifying the target app or site, used to create a title with \"Open.\" `requestLinkReason`, also a string, explains the purpose of the link request and is appended to the confirmation prompt, such as in \"Can I send you to [destination] to [requestLinkReason]?\"\n"]]