Uses of Class
com.mypurecloud.sdk.v2.model.IgnoredMinedPhraseListing
Packages that use IgnoredMinedPhraseListing
-
Uses of IgnoredMinedPhraseListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IgnoredMinedPhraseListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingIgnorephrase(GetLanguageunderstandingIgnorephraseRequest request) Get list of all ignored phrases of the specified language codeLanguageUnderstandingApi.getLanguageunderstandingIgnorephrase(String languageCode, Integer pageSize, Integer pageNumber, String text, String sortOrder, String sortBy) Get list of all ignored phrases of the specified language codeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IgnoredMinedPhraseListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingIgnorephrase(ApiRequest<Void> request) Get list of all ignored phrases of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnorephraseAsync(GetLanguageunderstandingIgnorephraseRequest request, AsyncApiCallback<IgnoredMinedPhraseListing> callback) Get list of all ignored phrases of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnorephraseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IgnoredMinedPhraseListing>> callback) Get list of all ignored phrases of the specified language codeLanguageUnderstandingApi.getLanguageunderstandingIgnorephraseWithHttpInfo(String languageCode, Integer pageSize, Integer pageNumber, String text, String sortOrder, String sortBy) Get list of all ignored phrases of the specified language codeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IgnoredMinedPhraseListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingIgnorephraseAsync(GetLanguageunderstandingIgnorephraseRequest request, AsyncApiCallback<IgnoredMinedPhraseListing> callback) Get list of all ignored phrases of the specified language codeLanguageUnderstandingApiAsync.getLanguageunderstandingIgnorephraseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IgnoredMinedPhraseListing>> callback) Get list of all ignored phrases of the specified language code -
Uses of IgnoredMinedPhraseListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IgnoredMinedPhraseListingModifier and TypeMethodDescriptionIgnoredMinedPhraseListing.entities(List<IgnoredMinedEntity> entities) IgnoredMinedPhraseListing.pageNumber(Integer pageNumber) IgnoredMinedPhraseListing.previousUri(String previousUri)