Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationParticipantAttributesRequest
Packages that use PatchConversationParticipantAttributesRequest
-
Uses of PatchConversationParticipantAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationParticipantAttributesRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationParticipantAttributes(PatchConversationParticipantAttributesRequest request) Update the attributes on a conversation participant.ConversationsApiAsync.patchConversationParticipantAttributesAsync(PatchConversationParticipantAttributesRequest request, AsyncApiCallback<Void> callback) Update the attributes on a conversation participant. -
Uses of PatchConversationParticipantAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationParticipantAttributesRequestModifier and TypeMethodDescriptionPatchConversationParticipantAttributesRequest.Builder.build()PatchConversationParticipantAttributesRequest.withBody(ParticipantAttributes body) PatchConversationParticipantAttributesRequest.withConversationId(String conversationId) PatchConversationParticipantAttributesRequest.withCustomHeader(String name, String value) PatchConversationParticipantAttributesRequest.withParticipantId(String participantId)