[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-21 UTC。"],[[["Autocomplete suggestions enhance TextInput widgets in Google Workspace Add-ons and Google Chat apps by providing users with pre-filled options."],["Developers can easily add single or multiple text suggestions using the `addSuggestion()` and `addSuggestions()` methods respectively, within the Suggestions object."],["The `addSuggestion()` method takes a single string argument representing the suggestion text, while `addSuggestions()` accepts an array of strings for multiple suggestions."],["Both methods return the Suggestions object, allowing for method chaining to efficiently build a comprehensive list of suggestions."]]],[]]