Uses of Class
com.mypurecloud.sdk.v2.model.TopicRequest
Packages that use TopicRequest
Package
Description
-
Uses of TopicRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TopicRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsTopics(TopicRequest body) Create new Speech & Text Analytics topicSpeechTextAnalyticsApi.postSpeechandtextanalyticsTopicsWithHttpInfo(TopicRequest body) Create new Speech & Text Analytics topicSpeechTextAnalyticsApi.putSpeechandtextanalyticsTopic(String topicId, TopicRequest body) Update existing Speech & Text Analytics topicSpeechTextAnalyticsApi.putSpeechandtextanalyticsTopicWithHttpInfo(String topicId, TopicRequest body) Update existing Speech & Text Analytics topicMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TopicRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsTopics(ApiRequest<TopicRequest> request) Create new Speech & Text Analytics topicSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsTopicsAsync(ApiRequest<TopicRequest> request, AsyncApiCallback<ApiResponse<Topic>> callback) Create new Speech & Text Analytics topicSpeechTextAnalyticsApi.putSpeechandtextanalyticsTopic(ApiRequest<TopicRequest> request) Update existing Speech & Text Analytics topicSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsTopicAsync(ApiRequest<TopicRequest> request, AsyncApiCallback<ApiResponse<Topic>> callback) Update existing Speech & Text Analytics topic -
Uses of TopicRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TopicRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsTopicsRequest.getBody()PutSpeechandtextanalyticsTopicRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TopicRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsTopicsRequest.withHttpInfo()PutSpeechandtextanalyticsTopicRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TopicRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsTopicsRequest.builder(TopicRequest body) PutSpeechandtextanalyticsTopicRequest.builder(String topicId, TopicRequest body) voidPostSpeechandtextanalyticsTopicsRequest.setBody(TopicRequest body) voidPutSpeechandtextanalyticsTopicRequest.setBody(TopicRequest body) PostSpeechandtextanalyticsTopicsRequest.Builder.withBody(TopicRequest body) PostSpeechandtextanalyticsTopicsRequest.withBody(TopicRequest body) PutSpeechandtextanalyticsTopicRequest.Builder.withBody(TopicRequest body) PutSpeechandtextanalyticsTopicRequest.withBody(TopicRequest body) PostSpeechandtextanalyticsTopicsRequest.Builder.withRequiredParams(TopicRequest body) PutSpeechandtextanalyticsTopicRequest.Builder.withRequiredParams(String topicId, TopicRequest body) -
Uses of TopicRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TopicRequestModifier and TypeMethodDescriptionTopicRequest.description(String description) The topic descriptionThe topic dialectThe topic nameTopicRequest.participants(TopicRequest.ParticipantsEnum participants) The topic participants, default value is AllThe topic phrasesTopicRequest.programIds(List<String> programIds) The ids of programs associated to the topicTopicRequest.strictness(TopicRequest.StrictnessEnum strictness) The topic strictness, default value is 72The topic tags