Uses of Class
com.mypurecloud.sdk.v2.model.PhraseAssociations
Packages that use PhraseAssociations
-
Uses of PhraseAssociations in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PhraseAssociationsModifier and TypeMethodDescriptionPhraseAssociations.documentId(String documentId) Id of the document to be linkedId of the phrase to be linkedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type PhraseAssociationsModifier and TypeMethodDescriptionUnansweredPhraseGroupPatchRequestBody.getPhraseAssociations()UnansweredPhraseGroupUpdateResponse.getPhraseAssociations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type PhraseAssociationsModifier and TypeMethodDescriptionUnansweredPhraseGroupPatchRequestBody.phraseAssociations(List<PhraseAssociations> phraseAssociations) List of phrases and documents to be linkedUnansweredPhraseGroupUpdateResponse.phraseAssociations(List<PhraseAssociations> phraseAssociations) List of phrases and documents linked in the patch requestvoidUnansweredPhraseGroupPatchRequestBody.setPhraseAssociations(List<PhraseAssociations> phraseAssociations) voidUnansweredPhraseGroupUpdateResponse.setPhraseAssociations(List<PhraseAssociations> phraseAssociations)