Package com.mypurecloud.sdk.v2.model
Class UnansweredGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.UnansweredGroup
- All Implemented Interfaces:
Serializable
UnansweredGroup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getLabel()inthashCode()Knowledge base unanswered group labelphraseGroups(List<UnansweredPhraseGroup> phraseGroups) Represents a list of phrase groups inside an unanswered groupvoidvoidsetPhraseGroups(List<UnansweredPhraseGroup> phraseGroups) voidsetStatistics(KnowledgeGroupStatistics statistics) voidsetSuggestedDocuments(List<UnansweredGroupSuggestedDocument> suggestedDocuments) statistics(KnowledgeGroupStatistics statistics) Statistics object containing the various hit counts for an unanswered groupsuggestedDocuments(List<UnansweredGroupSuggestedDocument> suggestedDocuments) Represents a list of documents that may be linked to an unanswered grouptoString()
-
Constructor Details
-
UnansweredGroup
public UnansweredGroup() -
UnansweredGroup
-
-
Method Details
-
getId
-
label
Knowledge base unanswered group label -
getLabel
-
setLabel
-
phraseGroups
Represents a list of phrase groups inside an unanswered group -
getPhraseGroups
-
setPhraseGroups
-
suggestedDocuments
public UnansweredGroup suggestedDocuments(List<UnansweredGroupSuggestedDocument> suggestedDocuments) Represents a list of documents that may be linked to an unanswered group -
getSuggestedDocuments
-
setSuggestedDocuments
-
statistics
Statistics object containing the various hit counts for an unanswered group -
getStatistics
-
setStatistics
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-