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