Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicParticipant
Packages that use QueueConversationVideoEventTopicParticipant
-
Uses of QueueConversationVideoEventTopicParticipant in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicParticipantModifier and TypeMethodDescriptionThe address for the this participant.QueueConversationVideoEventTopicParticipant.alertingTimeoutMs(Long alertingTimeoutMs) Specifies how long the agent has to answer an interaction before being marked as not responding.QueueConversationVideoEventTopicParticipant.attributes(Map<String, String> attributes) Additional participant attributesQueueConversationVideoEventTopicParticipant.bargedParticipantId(String bargedParticipantId) If this participant created a barge in conference, then this will be the id of the participant that is barged in.QueueConversationVideoEventTopicParticipant.callbacks(List<QueueConversationVideoEventTopicCallback> callbacks) QueueConversationVideoEventTopicParticipant.calls(List<QueueConversationVideoEventTopicCall> calls) QueueConversationVideoEventTopicParticipant.chats(List<QueueConversationVideoEventTopicChat> chats) QueueConversationVideoEventTopicParticipant.coachedParticipantId(String coachedParticipantId) If this participant is a coach, then this will be the id of the participant that is being coached.QueueConversationVideoEventTopicParticipant.cobrowsesessions(List<QueueConversationVideoEventTopicCobrowse> cobrowsesessions) QueueConversationVideoEventTopicParticipant.connectedTime(Date connectedTime) The timestamp when this participant was connected to the conversation in the provider clock.QueueConversationVideoEventTopicParticipant.consultParticipantId(String consultParticipantId) If this participant is part of a consult transfer, then this will be the participant id of the participant being transferred.QueueConversationVideoEventTopicParticipant.conversationRoutingData(QueueConversationVideoEventTopicConversationRoutingData conversationRoutingData) QueueConversationVideoEventTopicParticipant.emails(List<QueueConversationVideoEventTopicEmail> emails) QueueConversationVideoEventTopicParticipant.endAcwTime(Date endAcwTime) The timestamp when this participant ended after-call work.The timestamp when this participant disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicParticipant.externalContactId(String externalContactId) If this participant represents an external contact, then this will be the globally unique identifier for the external contact.QueueConversationVideoEventTopicParticipant.externalContactInitialDivisionId(String externalContactInitialDivisionId) If this participant represents an external contact, then this will be the initial division for the external contact.QueueConversationVideoEventTopicParticipant.externalOrganizationId(String externalOrganizationId) If this participant represents an external org, then this will be the globally unique identifier for the external org.QueueConversationVideoEventTopicParticipant.flaggedReason(String flaggedReason) If this participant has flagged the conversation, the reason code given.If present, the group id that the participant represents.A globally unique identifier for this conversation.QueueConversationVideoEventTopicParticipant.internalMessages(List<QueueConversationVideoEventTopicInternalMessage> internalMessages) QueueConversationVideoEventTopicParticipant.mediaRoles(List<String> mediaRoles) List of roles this participant's media has had on the conversation, ie monitor, coach, etc.QueueConversationVideoEventTopicParticipant.messages(List<QueueConversationVideoEventTopicMessage> messages) QueueConversationVideoEventTopicParticipant.monitoredParticipantId(String monitoredParticipantId) If this participant is a monitor, then this will be the id of the participant that is being monitored.A human readable name identifying the participant.A well known string that specifies the purpose or type of this participant.If present, the queue id that the communication channel came in on.QueueConversationVideoEventTopicParticipant.screenMonitoredParticipantId(String screenMonitoredParticipantId) If this participant is a screen monitor, then this will be the id of the participant that is being screen monitored.QueueConversationVideoEventTopicParticipant.screenMonitorings(List<QueueConversationVideoEventTopicScreenMonitoring> screenMonitorings) QueueConversationVideoEventTopicParticipant.screenRecordingState(QueueConversationVideoEventTopicParticipant.ScreenRecordingStateEnum screenRecordingState) The current screen recording state for this participant.QueueConversationVideoEventTopicParticipant.screenshares(List<QueueConversationVideoEventTopicScreenShare> screenshares) QueueConversationVideoEventTopicParticipant.socialExpressions(List<QueueConversationVideoEventTopicSocialExpression> socialExpressions) QueueConversationVideoEventTopicParticipant.startAcwTime(Date startAcwTime) The timestamp when this participant started after-call work.The team id that this participant is a member of when added to the conversation.If this participant represents a user, then this will be the globally unique identifier for the user.QueueConversationVideoEventTopicParticipant.videos(List<QueueConversationVideoEventTopicVideo> videos) QueueConversationVideoEventTopicParticipant.workflow(QueueConversationVideoEventTopicWorkflow workflow) QueueConversationVideoEventTopicParticipant.wrapup(QueueConversationVideoEventTopicWrapup wrapup) QueueConversationVideoEventTopicParticipant.wrapupExpected(Boolean wrapupExpected) True when a participant is expected to enter a wrapup code once the call connects.QueueConversationVideoEventTopicParticipant.wrapupPrompt(String wrapupPrompt) This field controls how the UI prompts the agent for a wrapup.QueueConversationVideoEventTopicParticipant.wrapupRequired(Boolean wrapupRequired) True iff this participant is required to enter wrapup for this conversation.QueueConversationVideoEventTopicParticipant.wrapupTimeoutMs(Long wrapupTimeoutMs) Specifies how long a timed ACW session will last.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicParticipantMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicParticipantModifier and TypeMethodDescriptionQueueConversationVideoEventTopicConversation.participants(List<QueueConversationVideoEventTopicParticipant> participants) voidQueueConversationVideoEventTopicConversation.setParticipants(List<QueueConversationVideoEventTopicParticipant> participants)