Uses of Class
com.mypurecloud.sdk.v2.model.MessagingConferResponse
Packages that use MessagingConferResponse
-
Uses of MessagingConferResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MessagingConferResponseModifier 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.ConversationsApi.postConversationParticipantInternalmessagesUsersCommunications(String conversationId, String participantId, MessagingConferWithUserRequest body) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MessagingConferResponseModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantInternalmessagesUsersCommunications(ApiRequest<MessagingConferWithUserRequest> 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.ConversationsApiAsync.postConversationParticipantInternalmessagesUsersCommunicationsAsync(ApiRequest<MessagingConferWithUserRequest> request, AsyncApiCallback<ApiResponse<MessagingConferResponse>> callback) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission.ConversationsApi.postConversationParticipantInternalmessagesUsersCommunicationsWithHttpInfo(String conversationId, String participantId, MessagingConferWithUserRequest body) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MessagingConferResponseModifier and TypeMethodDescriptionConversationsApiAsync.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.ConversationsApiAsync.postConversationParticipantInternalmessagesUsersCommunicationsAsync(ApiRequest<MessagingConferWithUserRequest> request, AsyncApiCallback<ApiResponse<MessagingConferResponse>> callback) Setup internal message communication with user The target user of the digital consultation must have the `conversation:internalMessaging:accept` permission. -
Uses of MessagingConferResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessagingConferResponseModifier and TypeMethodDescriptionCommand ID for a given request.MessagingConferResponse.communicationId(String communicationId) The internal communication ID.MessagingConferResponse.conversation(AddressableEntityRef conversation) conversation ID.MessagingConferResponse.peerCommunicationId(String peerCommunicationId) The peer internal communication ID.