Uses of Class
com.mypurecloud.sdk.v2.api.request.PutConversationTagsRequest
Packages that use PutConversationTagsRequest
-
Uses of PutConversationTagsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutConversationTagsRequestModifier and TypeMethodDescriptionConversationsApi.putConversationTags(PutConversationTagsRequest request) Update the tags on a conversation.ConversationsApiAsync.putConversationTagsAsync(PutConversationTagsRequest request, AsyncApiCallback<String> callback) Update the tags on a conversation. -
Uses of PutConversationTagsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutConversationTagsRequestModifier and TypeMethodDescriptionPutConversationTagsRequest.Builder.build()PutConversationTagsRequest.withBody(ConversationTagsUpdate body) PutConversationTagsRequest.withConversationId(String conversationId) PutConversationTagsRequest.withCustomHeader(String name, String value)