Uses of Class
com.mypurecloud.sdk.v2.model.CategoryRequest
Packages that use CategoryRequest
Package
Description
-
Uses of CategoryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CategoryRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsCategories(CategoryRequest body) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.postSpeechandtextanalyticsCategoriesWithHttpInfo(CategoryRequest body) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.putSpeechandtextanalyticsCategory(String categoryId, CategoryRequest body) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApi.putSpeechandtextanalyticsCategoryWithHttpInfo(String categoryId, CategoryRequest body) Update a Speech & Text Analytics category by IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CategoryRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsCategories(ApiRequest<CategoryRequest> request) Create new Speech & Text Analytics categorySpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsCategoriesAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.putSpeechandtextanalyticsCategory(ApiRequest<CategoryRequest> request) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsCategoryAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Update a Speech & Text Analytics category by ID -
Uses of CategoryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CategoryRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsCategoriesRequest.getBody()PutSpeechandtextanalyticsCategoryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CategoryRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsCategoriesRequest.withHttpInfo()PutSpeechandtextanalyticsCategoryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CategoryRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsCategoriesRequest.builder(CategoryRequest body) PutSpeechandtextanalyticsCategoryRequest.builder(String categoryId, CategoryRequest body) voidPostSpeechandtextanalyticsCategoriesRequest.setBody(CategoryRequest body) voidPutSpeechandtextanalyticsCategoryRequest.setBody(CategoryRequest body) PostSpeechandtextanalyticsCategoriesRequest.Builder.withBody(CategoryRequest body) PostSpeechandtextanalyticsCategoriesRequest.withBody(CategoryRequest body) PutSpeechandtextanalyticsCategoryRequest.Builder.withBody(CategoryRequest body) PutSpeechandtextanalyticsCategoryRequest.withBody(CategoryRequest body) PostSpeechandtextanalyticsCategoriesRequest.Builder.withRequiredParams(CategoryRequest body) PutSpeechandtextanalyticsCategoryRequest.Builder.withRequiredParams(String categoryId, CategoryRequest body) -
Uses of CategoryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CategoryRequestModifier and TypeMethodDescriptionA collection of conditions joined together by logical operation to provide more refined filtering of conversationsCategoryRequest.description(String description) The description of the categoryCategoryRequest.interactionType(CategoryRequest.InteractionTypeEnum interactionType) The type of interaction the category will apply toThe name of the category