Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsChatRequest
Packages that use PatchConversationsChatRequest
-
Uses of PatchConversationsChatRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsChatRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsChat(PatchConversationsChatRequest request) Deprecated.ConversationsApiAsync.patchConversationsChatAsync(PatchConversationsChatRequest request, AsyncApiCallback<Conversation> callback) Deprecated. -
Uses of PatchConversationsChatRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsChatRequestModifier and TypeMethodDescriptionPatchConversationsChatRequest.Builder.build()PatchConversationsChatRequest.withBody(Conversation body) PatchConversationsChatRequest.withConversationId(String conversationId) PatchConversationsChatRequest.withCustomHeader(String name, String value)