Uses of Class
com.mypurecloud.sdk.v2.model.RemoveEntitiesRequest
Packages that use RemoveEntitiesRequest
Package
Description
-
Uses of RemoveEntitiesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RemoveEntitiesRequestModifier and TypeMethodDescriptionvoidLanguageUnderstandingApi.postLanguageunderstandingIgnorephraseRemove(String languageCode, RemoveEntitiesRequest body) Delete ignored phrasesLanguageUnderstandingApi.postLanguageunderstandingIgnorephraseRemoveWithHttpInfo(String languageCode, RemoveEntitiesRequest body) Delete ignored phrasesvoidLanguageUnderstandingApi.postLanguageunderstandingIgnoretopicRemove(String languageCode, RemoveEntitiesRequest body) Delete ignored topicsLanguageUnderstandingApi.postLanguageunderstandingIgnoretopicRemoveWithHttpInfo(String languageCode, RemoveEntitiesRequest body) Delete ignored topicsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RemoveEntitiesRequestModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingIgnorephraseRemove(ApiRequest<RemoveEntitiesRequest> request) Delete ignored phrasesLanguageUnderstandingApiAsync.postLanguageunderstandingIgnorephraseRemoveAsync(ApiRequest<RemoveEntitiesRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Delete ignored phrasesLanguageUnderstandingApi.postLanguageunderstandingIgnoretopicRemove(ApiRequest<RemoveEntitiesRequest> request) Delete ignored topicsLanguageUnderstandingApiAsync.postLanguageunderstandingIgnoretopicRemoveAsync(ApiRequest<RemoveEntitiesRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Delete ignored topics -
Uses of RemoveEntitiesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RemoveEntitiesRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnorephraseRemoveRequest.getBody()PostLanguageunderstandingIgnoretopicRemoveRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RemoveEntitiesRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnorephraseRemoveRequest.withHttpInfo()PostLanguageunderstandingIgnoretopicRemoveRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type RemoveEntitiesRequestModifier and TypeMethodDescriptionPostLanguageunderstandingIgnorephraseRemoveRequest.builder(String languageCode, RemoveEntitiesRequest body) PostLanguageunderstandingIgnoretopicRemoveRequest.builder(String languageCode, RemoveEntitiesRequest body) voidPostLanguageunderstandingIgnorephraseRemoveRequest.setBody(RemoveEntitiesRequest body) voidPostLanguageunderstandingIgnoretopicRemoveRequest.setBody(RemoveEntitiesRequest body) PostLanguageunderstandingIgnorephraseRemoveRequest.Builder.withBody(RemoveEntitiesRequest body) PostLanguageunderstandingIgnorephraseRemoveRequest.withBody(RemoveEntitiesRequest body) PostLanguageunderstandingIgnoretopicRemoveRequest.Builder.withBody(RemoveEntitiesRequest body) PostLanguageunderstandingIgnoretopicRemoveRequest.withBody(RemoveEntitiesRequest body) PostLanguageunderstandingIgnorephraseRemoveRequest.Builder.withRequiredParams(String languageCode, RemoveEntitiesRequest body) PostLanguageunderstandingIgnoretopicRemoveRequest.Builder.withRequiredParams(String languageCode, RemoveEntitiesRequest body) -
Uses of RemoveEntitiesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RemoveEntitiesRequestModifier and TypeMethodDescriptionRemoveEntitiesRequest.entities(List<RemoveEntity> entities) List of entities to be removed