suggestions property

List<SuggestionProto>? suggestions
getter/setter pair

A sequence of suggestions.

All of the suggestions within a cluster must have the same SuggestionPriority and belong to the same SuggestionCategory. Suggestions with the same screenshot URL should be adjacent.

Implementation

core.List<SuggestionProto>? suggestions;