public static void setTestGetTopicSuggestionsForText(string communityId, string text, TopicSuggestionPage result) { Implementation.setTestGetTopicSuggestionsForText(communityId, text, result); }
public static void setTestGetTopicSuggestionsForText(string communityId, string text, int maxResults, TopicSuggestionPage result) { throw new global::System.NotImplementedException("Topics.SetTestGetTopicSuggestionsForText"); }
public static void setTestGetTopicSuggestions(string communityId, string recordId, TopicSuggestionPage result) { Implementation.setTestGetTopicSuggestions(communityId, recordId, result); }
public static void setTestGetTopicSuggestions(string communityId, string recordId, TopicSuggestionPage result) { throw new global::System.NotImplementedException("Topics.SetTestGetTopicSuggestions"); }