Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantInternalmessagesUsersCommunicationsRequest
Packages that use PostConversationParticipantInternalmessagesUsersCommunicationsRequest
-
Uses of PostConversationParticipantInternalmessagesUsersCommunicationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantInternalmessagesUsersCommunicationsRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantInternalmessagesUsersCommunications(PostConversationParticipantInternalmessagesUsersCommunicationsRequest request) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission.ConversationsApiAsync.postConversationParticipantInternalmessagesUsersCommunicationsAsync(PostConversationParticipantInternalmessagesUsersCommunicationsRequest request, AsyncApiCallback<MessagingConferResponse> callback) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission. -
Uses of PostConversationParticipantInternalmessagesUsersCommunicationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantInternalmessagesUsersCommunicationsRequestModifier and TypeMethodDescriptionPostConversationParticipantInternalmessagesUsersCommunicationsRequest.Builder.build()PostConversationParticipantInternalmessagesUsersCommunicationsRequest.withBody(MessagingConferWithUserRequest body) PostConversationParticipantInternalmessagesUsersCommunicationsRequest.withConversationId(String conversationId) PostConversationParticipantInternalmessagesUsersCommunicationsRequest.withCustomHeader(String name, String value) PostConversationParticipantInternalmessagesUsersCommunicationsRequest.withParticipantId(String participantId)