[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]