Class SuggestionsResponse
SuggestionsResponse
ออบเจ็กต์การตอบกลับที่ส่งคืนจากฟังก์ชัน Callback ของคำแนะนำได้ โดยใช้
TextInput
วิดเจ็ตที่ใช้การเติมข้อความอัตโนมัติ
ใช้ได้กับส่วนเสริมของ Google Workspace และแอป Google Chat
var suggestionsResponse = CardService.newSuggestionsResponseBuilder()
.setSuggestions(CardService.newSuggestions()
.addSuggestion("First suggestion")
.addSuggestion("Second suggestion"))
.build();
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
printJson() | String | พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ |
เอกสารโดยละเอียด
printJson()
พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ การตั้งค่านี้มีไว้เพื่อแก้ไขข้อบกพร่องเท่านั้น
รีเทิร์น
String
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["`SuggestionsResponse` objects, used with `TextInput` widgets for autocomplete, facilitate suggestions within Google Workspace Add-ons and Google Chat apps."],["Developers can leverage the `SuggestionsResponseBuilder` to construct a response containing suggestions using methods like `setSuggestions` and `addSuggestion`."],["For debugging purposes, the `printJson()` method outputs the JSON structure of the `SuggestionsResponse` object."]]],[]]