Class SuggestionsResponse
SuggestionsResponse
Öneriler geri çağırma işlevinden döndürülebilen bir yanıt nesnesi. Şunlar için kullanılır:
Otomatik tamamlamayı uygulayan TextInput
widget.
Google Workspace eklentilerinde ve Google Chat uygulamalarında kullanılabilir.
var 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ı belgeler
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu, yalnızca hata ayıklamak 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-08-21 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]