Uses of Class
com.mypurecloud.sdk.v2.model.EmailMediaParticipant
Packages that use EmailMediaParticipant
-
Uses of EmailMediaParticipant in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailMediaParticipantModifier and TypeMethodDescriptionThe participant address.EmailMediaParticipant.alertingTimeoutMs(Integer alertingTimeoutMs) Specifies how long the agent has to answer an interaction before being marked as not responding.EmailMediaParticipant.attributes(Map<String, String> attributes) A list of ad-hoc attributes for the participant.EmailMediaParticipant.autoGenerated(Boolean autoGenerated) Indicates that the email was auto-generated like an Out of Office reply.EmailMediaParticipant.connectedTime(Date connectedTime) The time when this participant went connected for this media (eg: video connected time).EmailMediaParticipant.conversationRoutingData(ConversationRoutingData conversationRoutingData) Information on how a communication should be routed to an agent.EmailMediaParticipant.direction(EmailMediaParticipant.DirectionEnum direction) The participant's direction.EmailMediaParticipant.disconnectType(EmailMediaParticipant.DisconnectTypeEnum disconnectType) The reason the participant was disconnected from the conversation.EmailMediaParticipant.draftAttachments(List<Attachment> draftAttachments) A list of uploaded attachments on the email draft.EmailMediaParticipant.endAcwTime(Date endAcwTime) The timestamp when this participant ended after-call work.The time when this participant went disconnected for this media (eg: video disconnected time).If the conversation ends in error, contains additional error details.EmailMediaParticipant.externalContact(DomainEntityRef externalContact) If this participant represents an external contact, then this will be the reference for the external contact.EmailMediaParticipant.externalContactInitialDivisionId(String externalContactInitialDivisionId) If this participant represents an external contact, then this will be the initial division for the external contact.EmailMediaParticipant.externalOrganization(DomainEntityRef externalOrganization) If this participant represents an external org, then this will be the reference for the external org.EmailMediaParticipant.flaggedReason(EmailMediaParticipant.FlaggedReasonEnum flaggedReason) The reason specifying why participant flagged the conversation.Value is true when the participant is on hold.The unique participant ID.EmailMediaParticipant.journeyContext(JourneyContext journeyContext) Journey System data/context that is applicable to this communication.EmailMediaParticipant.mediaRoles(List<String> mediaRoles) List of roles this participant's media has had on the conversation, ie monitor, coach, etcA globally unique identifier for the stored content of this communication.EmailMediaParticipant.messagesSent(Integer messagesSent) The number of messages that have been sent in this email conversation.The display friendly name of the participant.The time when this participant's communication was last parked.The peer communication corresponding to a matching leg for this communication.The source provider for the communication.The participant's purpose.EmailMediaParticipant.queue(DomainEntityRef queue) The PureCloud queue for this participant.EmailMediaParticipant.resumeTime(Date resumeTime) The time when this participant's communications will resume.EmailMediaParticipant.script(DomainEntityRef script) The Engage script that should be used by this participant.Indicates if the inbound email was marked as spam.EmailMediaParticipant.startAcwTime(Date startAcwTime) The timestamp when this participant started after-call work.EmailMediaParticipant.startAlertingTime(Date startAlertingTime) The timestamp when it is first put into an alerting state.EmailMediaParticipant.startHoldTime(Date startHoldTime) The time when this participant's hold started.The time when this participant first joined the conversation.EmailMediaParticipant.state(EmailMediaParticipant.StateEnum state) The participant's state.The subject of the email.EmailMediaParticipant.team(DomainEntityRef team) The PureCloud team for this participant.EmailMediaParticipant.user(DomainEntityRef user) The PureCloud user for this participant.Wrapup for this participant, if it has been applied.EmailMediaParticipant.wrapupPrompt(String wrapupPrompt) The wrap-up prompt indicating the type of wrap-up to be performed.EmailMediaParticipant.wrapupRequired(Boolean wrapupRequired) Value is true when the participant requires wrap-up.EmailMediaParticipant.wrapupSkipped(Boolean wrapupSkipped) Value is true when the participant has skipped wrap-up.EmailMediaParticipant.wrapupTimeoutMs(Integer wrapupTimeoutMs) The amount of time the participant has to complete wrap-up.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailMediaParticipantMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailMediaParticipantModifier and TypeMethodDescriptionEmailConversation.participants(List<EmailMediaParticipant> participants) The list of participants involved in the conversation.voidEmailConversation.setParticipants(List<EmailMediaParticipant> participants)