Class SuggestionsResponseBuilder

SuggestionsResponseBuilder

SuggestionsResponse 物件的建構工具。

適用於 Google Workspace 外掛程式和 Google Chat 應用程式。

方法

方法傳回類型簡短說明
build()SuggestionsResponse建構目前的建議回應並驗證。
setSuggestions(suggestions)SuggestionsResponseBuilder設定文字欄位自動完成功能使用的建議。

內容詳盡的說明文件

build()

建構目前的建議回應並驗證。

回攻員

SuggestionsResponse:經過驗證的 SuggestionsResponse。

擲回

Error:如果建構的建議回覆無效。


setSuggestions(suggestions)

設定文字欄位自動完成功能使用的建議。

參數

名稱類型說明
suggestionsSuggestions要使用的 Suggestions

回攻員

SuggestionsResponseBuilder - 這個物件。