The following are methods for KnowledgeSuggestionFilter.
public void addArticleType(String articleType)
Type: void
To add more than 1 article type, call the method multiple times.
public void addDataCategory(String dataCategoryGroupName, String dataCategoryName)
Type: void
To set multiple data categories, call the method multiple times. The name of the data category group and name of the data category for desired articles, expressed as a mapping, for example, Search.KnowledgeSuggestionFilter.addDataCategory('Regions', 'Asia').
public void setChannel(String channelName)
Type: void
public void setDataCategories(Map dataCategoryFilters)
Type: void
public void setLanguage(String localeCode)
Type: void
public void setPublishStatus(String publishStatus)
public void setValidationStatus(String validationStatus)
Type: void