Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicCall
Packages that use QueueConversationSocialExpressionEventTopicCall
-
Uses of QueueConversationSocialExpressionEventTopicCall in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicCallModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicCall.afterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) QueueConversationSocialExpressionEventTopicCall.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationSocialExpressionEventTopicCall.agentAssistantId(String agentAssistantId) UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation.QueueConversationSocialExpressionEventTopicCall.bargedTime(Date bargedTime) The timestamp when this participant was connected to the barge conference in the provider clock.True if this call is held and the person on this side hears hold music.QueueConversationSocialExpressionEventTopicCall.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationSocialExpressionEventTopicCall.direction(QueueConversationSocialExpressionEventTopicCall.DirectionEnum direction) Whether a call is inbound or outbound.QueueConversationSocialExpressionEventTopicCall.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationSocialExpressionEventTopicCall.disconnectReasons(List<QueueConversationSocialExpressionEventTopicDisconnectReason> disconnectReasons) List of reasons that this call was disconnected.QueueConversationSocialExpressionEventTopicCall.disconnectType(QueueConversationSocialExpressionEventTopicCall.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationSocialExpressionEventTopicCall.disposition(QueueConversationSocialExpressionEventTopicDisposition disposition) QueueConversationSocialExpressionEventTopicCall.documentId(String documentId) If call is a fax of a document in content management, the id of the document in content management.QueueConversationSocialExpressionEventTopicCall.errorInfo(QueueConversationSocialExpressionEventTopicErrorDetails errorInfo) QueueConversationSocialExpressionEventTopicCall.faxStatus(QueueConversationSocialExpressionEventTopicFaxStatus faxStatus) True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationSocialExpressionEventTopicCall.initialState(QueueConversationSocialExpressionEventTopicCall.InitialStateEnum initialState) True if this call is muted so that remote participants can't hear any audio from this end.QueueConversationSocialExpressionEventTopicCall.other(QueueConversationSocialExpressionEventTopicAddress other) Address and name data for a call endpoint.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the call.QueueConversationSocialExpressionEventTopicCall.queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) QueueConversationSocialExpressionEventTopicCall.recordersState(QueueConversationSocialExpressionEventTopicRecordersState recordersState) True if this call is being recorded.QueueConversationSocialExpressionEventTopicCall.recordingState(QueueConversationSocialExpressionEventTopicCall.RecordingStateEnum recordingState) State of recording on this call.The UUID of the script to use.QueueConversationSocialExpressionEventTopicCall.securePause(Boolean securePause) True when the recording of this call is in secure pause status.QueueConversationSocialExpressionEventTopicCall.self(QueueConversationSocialExpressionEventTopicAddress self) QueueConversationSocialExpressionEventTopicCall.startHoldTime(Date startHoldTime) The timestamp the call was placed on hold in the cloud clock if the call is currently on hold.QueueConversationSocialExpressionEventTopicCall.state(QueueConversationSocialExpressionEventTopicCall.StateEnum state) QueueConversationSocialExpressionEventTopicCall.transferSource(String transferSource) Indicates how call reaches the agent.User to User Information (UUI) data managed by SIP session application.QueueConversationSocialExpressionEventTopicCall.wrapup(QueueConversationSocialExpressionEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationSocialExpressionEventTopicCallModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.getCalls()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicCallModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.calls(List<QueueConversationSocialExpressionEventTopicCall> calls) voidQueueConversationSocialExpressionEventTopicParticipant.setCalls(List<QueueConversationSocialExpressionEventTopicCall> calls)