Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentSuggestionResult
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSuggestionResult
- All Implemented Interfaces:
Serializable
KnowledgeDocumentSuggestionResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()matchedPhrase(String matchedPhrase) Matched phrase to the autocomplete suggestions query.voidvoidsetMatchedPhrase(String matchedPhrase) toString()
-
Constructor Details
-
KnowledgeDocumentSuggestionResult
public KnowledgeDocumentSuggestionResult() -
KnowledgeDocumentSuggestionResult
-
-
Method Details
-
matchedPhrase
Matched phrase to the autocomplete suggestions query. -
getMatchedPhrase
-
setMatchedPhrase
-
document
public KnowledgeDocumentSuggestionResult document(KnowledgeDocumentSuggestionResultDocument document) -
getDocument
-
setDocument
-
equals
-
hashCode
public int hashCode() -
toString
-