Class SuggestionsResponse
ÖnerilerYanıt
Öneriler geri çağırma işlevinden döndürülebilecek bir yanıt nesnesi. Bu, otomatik tamamlamayı uygulayan TextInput
widget'larıyla kullanılır.
Google Workspace eklentileri ve Google Chat uygulamaları için kullanılabilir.
const suggestionsResponse = CardService.newSuggestionsResponseBuilder()
.setSuggestions(
CardService.newSuggestions()
.addSuggestion('First suggestion')
.addSuggestion('Second suggestion'),
)
.build();
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
printJson() | String | Bu nesnenin JSON gösterimini yazdırır. |
Ayrıntılı dokümanlar
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu yalnızca hata ayıklama içindir.
Return
String
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-12-03 UTC.
[null,null,["Son güncelleme tarihi: 2024-12-03 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."]]],[]]