Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallbackParticipantAttributesRequest
Packages that use PatchConversationsCallbackParticipantAttributesRequest
-
Uses of PatchConversationsCallbackParticipantAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsCallbackParticipantAttributesRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallbackParticipantAttributes(PatchConversationsCallbackParticipantAttributesRequest request) Update the attributes on a conversation participant.ConversationsApiAsync.patchConversationsCallbackParticipantAttributesAsync(PatchConversationsCallbackParticipantAttributesRequest request, AsyncApiCallback<ParticipantAttributes> callback) Update the attributes on a conversation participant. -
Uses of PatchConversationsCallbackParticipantAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallbackParticipantAttributesRequestModifier and TypeMethodDescriptionPatchConversationsCallbackParticipantAttributesRequest.Builder.build()PatchConversationsCallbackParticipantAttributesRequest.withBody(ParticipantAttributes body) PatchConversationsCallbackParticipantAttributesRequest.withConversationId(String conversationId) PatchConversationsCallbackParticipantAttributesRequest.withCustomHeader(String name, String value) PatchConversationsCallbackParticipantAttributesRequest.withParticipantId(String participantId)