提供自動完成建議,補充 TextInput
小工具的不足之處。
適用於 Google Workspace 外掛程式和 Google Chat 應用程式。
var textInput = CardService.newTextInput() .setSuggestions(CardService.newSuggestions() .addSuggestion("First suggestion") .addSuggestion("Second suggestion"))
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
addSuggestion(suggestion) | Suggestions | 新增文字建議。 |
addSuggestions(suggestions) | Suggestions | 新增文字建議清單。 |