Uses of Class
com.mypurecloud.sdk.v2.model.CallMediaParticipant
Packages that use CallMediaParticipant
-
Uses of CallMediaParticipant in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallMediaParticipantModifier and TypeMethodDescriptionThe participant address.CallMediaParticipant.alertingTimeoutMs(Integer alertingTimeoutMs) Specifies how long the agent has to answer an interaction before being marked as not responding.The call ANI.CallMediaParticipant.attributes(Map<String, String> attributes) A list of ad-hoc attributes for the participant.CallMediaParticipant.bargedParticipantId(String bargedParticipantId) If this participant barged in a participant's call, then this will be the id of the targeted participant.CallMediaParticipant.bargedTime(Date bargedTime) The timestamp when this participant was connected to the barge conference in the provider clock.CallMediaParticipant.coachedParticipantId(String coachedParticipantId) The ID of the participant being coached when performing a call coach.Value is true when the call is confined.CallMediaParticipant.connectedTime(Date connectedTime) The time when this participant went connected for this media (eg: video connected time).CallMediaParticipant.consultParticipantId(String consultParticipantId) The ID of the consult transfer target participant when performing a consult transfer.CallMediaParticipant.conversationRoutingData(ConversationRoutingData conversationRoutingData) Information on how a communication should be routed to an agent.CallMediaParticipant.direction(CallMediaParticipant.DirectionEnum direction) The participant's direction.CallMediaParticipant.disconnectType(CallMediaParticipant.DisconnectTypeEnum disconnectType) The reason the participant was disconnected from the conversation.CallMediaParticipant.disposition(Disposition disposition) Call resolution data for Dialer bulk make calls commands.The call DNIS.CallMediaParticipant.documentId(String documentId) The ID of the Content Management document if the call is a fax.CallMediaParticipant.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.CallMediaParticipant.externalContact(DomainEntityRef externalContact) If this participant represents an external contact, then this will be the reference for the external contact.CallMediaParticipant.externalContactInitialDivisionId(String externalContactInitialDivisionId) If this participant represents an external contact, then this will be the initial division for the external contact.CallMediaParticipant.externalOrganization(DomainEntityRef externalOrganization) If this participant represents an external org, then this will be the reference for the external org.Extra fax information if the call is a fax.CallMediaParticipant.flaggedReason(CallMediaParticipant.FlaggedReasonEnum flaggedReason) The reason specifying why participant flagged the conversation.CallMediaParticipant.group(DomainEntityRef group) The group involved in the group ring call.Value is true when the participant is on hold.The unique participant ID.CallMediaParticipant.journeyContext(JourneyContext journeyContext) Journey System data/context that is applicable to this communication.CallMediaParticipant.mediaRoles(List<String> mediaRoles) List of roles this participant's media has had on the conversation, ie monitor, coach, etcCallMediaParticipant.monitoredParticipantId(String monitoredParticipantId) The ID of the participant being monitored when performing a call monitor.Value is true when the call is muted.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.CallMediaParticipant.queue(DomainEntityRef queue) The PureCloud queue for this participant.CallMediaParticipant.recordersState(RecordersState recordersState) Contains the states of different recorders.Value is true when the call is being recorded.CallMediaParticipant.recordingState(CallMediaParticipant.RecordingStateEnum recordingState) The state of the call recording.CallMediaParticipant.resumeTime(Date resumeTime) The time when this participant's communications will resume.CallMediaParticipant.script(DomainEntityRef script) The Engage script that should be used by this participant.CallMediaParticipant.securePause(Boolean securePause) True when the recording of this call is in secure pause status.CallMediaParticipant.startAcwTime(Date startAcwTime) The timestamp when this participant started after-call work.CallMediaParticipant.startAlertingTime(Date startAlertingTime) The timestamp when it is first put into an alerting state.CallMediaParticipant.startHoldTime(Date startHoldTime) The time when this participant's hold started.The time when this participant first joined the conversation.CallMediaParticipant.state(CallMediaParticipant.StateEnum state) The participant's state.CallMediaParticipant.team(DomainEntityRef team) The PureCloud team for this participant.CallMediaParticipant.transferSource(String transferSource) Indicates how call reaches the agent.CallMediaParticipant.user(DomainEntityRef user) The PureCloud user for this participant.User-to-User information which maps to a SIP header field defined in RFC7433.Wrapup for this participant, if it has been applied.CallMediaParticipant.wrapupPrompt(String wrapupPrompt) The wrap-up prompt indicating the type of wrap-up to be performed.CallMediaParticipant.wrapupRequired(Boolean wrapupRequired) Value is true when the participant requires wrap-up.CallMediaParticipant.wrapupSkipped(Boolean wrapupSkipped) Value is true when the participant has skipped wrap-up.CallMediaParticipant.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 CallMediaParticipantMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CallMediaParticipantModifier and TypeMethodDescriptionCallConversation.participants(List<CallMediaParticipant> participants) The list of participants involved in the conversation.voidCallConversation.setParticipants(List<CallMediaParticipant> participants)