Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicEmail
Packages that use QueueConversationVideoEventTopicEmail
-
Uses of QueueConversationVideoEventTopicEmail in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicEmailModifier and TypeMethodDescriptionQueueConversationVideoEventTopicEmail.afterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationVideoEventTopicEmail.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationVideoEventTopicEmail.autoGenerated(Boolean autoGenerated) Indicates that the email was auto-generated like an Out of Office reply.QueueConversationVideoEventTopicEmail.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationVideoEventTopicEmail.direction(QueueConversationVideoEventTopicEmail.DirectionEnum direction) Whether an email is inbound or outbound.QueueConversationVideoEventTopicEmail.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicEmail.disconnectType(QueueConversationVideoEventTopicEmail.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationVideoEventTopicEmail.draftAttachments(List<QueueConversationVideoEventTopicAttachment> draftAttachments) A list of uploaded attachments on the email draft.QueueConversationVideoEventTopicEmail.errorInfo(QueueConversationVideoEventTopicErrorDetails errorInfo) Detailed information about an error response.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationVideoEventTopicEmail.initialState(QueueConversationVideoEventTopicEmail.InitialStateEnum initialState) A globally unique identifier for the stored content of this communication.QueueConversationVideoEventTopicEmail.messagesSent(Long messagesSent) The number of email messages sent by this participant.The time when an parked email was parked.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the email.QueueConversationVideoEventTopicEmail.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.QueueConversationVideoEventTopicEmail.resumeTime(Date resumeTime) The time when a parked email should resume.The UUID of the script to use.Indicates if the inbound email was marked as spam.QueueConversationVideoEventTopicEmail.startHoldTime(Date startHoldTime) The timestamp the email was placed on hold in the cloud clock if the email is currently on hold.QueueConversationVideoEventTopicEmail.state(QueueConversationVideoEventTopicEmail.StateEnum state) The subject for the initial email that started this conversation.QueueConversationVideoEventTopicEmail.wrapup(QueueConversationVideoEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicEmailMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicEmailModifier and TypeMethodDescriptionQueueConversationVideoEventTopicParticipant.emails(List<QueueConversationVideoEventTopicEmail> emails) voidQueueConversationVideoEventTopicParticipant.setEmails(List<QueueConversationVideoEventTopicEmail> emails)