parse static method

Implementation

static IncludedSuggestionRelevanceTag parse(Map m) {
  return new IncludedSuggestionRelevanceTag(m['tag'], m['relevanceBoost']);
}