Uses of Class
com.mypurecloud.sdk.v2.model.ConversationTagsUpdate
Packages that use ConversationTagsUpdate
Package
Description
-
Uses of ConversationTagsUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConversationTagsUpdateModifier and TypeMethodDescriptionConversationsApi.putConversationTags(String conversationId, ConversationTagsUpdate body) Update the tags on a conversation.ConversationsApi.putConversationTagsWithHttpInfo(String conversationId, ConversationTagsUpdate body) Update the tags on a conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationTagsUpdateModifier and TypeMethodDescriptionConversationsApi.putConversationTags(ApiRequest<ConversationTagsUpdate> request) Update the tags on a conversation.ConversationsApiAsync.putConversationTagsAsync(ApiRequest<ConversationTagsUpdate> request, AsyncApiCallback<ApiResponse<String>> callback) Update the tags on a conversation. -
Uses of ConversationTagsUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConversationTagsUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConversationTagsUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConversationTagsUpdateModifier and TypeMethodDescriptionPutConversationTagsRequest.builder(String conversationId, ConversationTagsUpdate body) voidPutConversationTagsRequest.setBody(ConversationTagsUpdate body) PutConversationTagsRequest.Builder.withBody(ConversationTagsUpdate body) PutConversationTagsRequest.withBody(ConversationTagsUpdate body) PutConversationTagsRequest.Builder.withRequiredParams(String conversationId, ConversationTagsUpdate body) -
Uses of ConversationTagsUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationTagsUpdateModifier and TypeMethodDescriptionConversationTagsUpdate.externalTag(String externalTag) The external tag associated with the conversation.