Uses of Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicCall
Packages that use ConversationEventTopicCall
-
Uses of ConversationEventTopicCall in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicCallModifier and TypeMethodDescriptionConversationEventTopicCall.afterCallWork(ConversationEventTopicAfterCallWork afterCallWork) ConversationEventTopicCall.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.ConversationEventTopicCall.agentAssistantId(String agentAssistantId) UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation.ConversationEventTopicCall.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.ConversationEventTopicCall.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.ConversationEventTopicCall.direction(ConversationEventTopicCall.DirectionEnum direction) Whether a call is inbound or outbound.ConversationEventTopicCall.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.ConversationEventTopicCall.disconnectReasons(List<ConversationEventTopicDisconnectReason> disconnectReasons) List of reasons that this call was disconnected.ConversationEventTopicCall.disconnectType(ConversationEventTopicCall.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.ConversationEventTopicCall.disposition(ConversationEventTopicDisposition disposition) ConversationEventTopicCall.documentId(String documentId) If call is a fax of a document in content management, the id of the document in content management.ConversationEventTopicCall.errorInfo(ConversationEventTopicErrorDetails errorInfo) ConversationEventTopicCall.faxStatus(ConversationEventTopicFaxStatus faxStatus) True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.ConversationEventTopicCall.initialState(ConversationEventTopicCall.InitialStateEnum initialState) True if this call is muted so that remote participants can't hear any audio from this end.ConversationEventTopicCall.other(ConversationEventTopicAddress 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.ConversationEventTopicCall.queueMediaSettings(ConversationEventTopicQueueMediaSettings queueMediaSettings) ConversationEventTopicCall.recordersState(ConversationEventTopicRecordersState recordersState) True if this call is being recorded.ConversationEventTopicCall.recordingState(ConversationEventTopicCall.RecordingStateEnum recordingState) State of recording on this call.The UUID of the script to use.ConversationEventTopicCall.securePause(Boolean securePause) True when the recording of this call is in secure pause status.ConversationEventTopicCall.self(ConversationEventTopicAddress self) ConversationEventTopicCall.startHoldTime(Date startHoldTime) The timestamp the call was placed on hold in the cloud clock if the call is currently on hold.ConversationEventTopicCall.state(ConversationEventTopicCall.StateEnum state) ConversationEventTopicCall.transferSource(String transferSource) Indicates how call reaches the agent.User to User Information (UUI) data managed by SIP session application.ConversationEventTopicCall.wrapup(ConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationEventTopicCallMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationEventTopicCallModifier and TypeMethodDescriptionConversationEventTopicParticipant.calls(List<ConversationEventTopicCall> calls) voidConversationEventTopicParticipant.setCalls(List<ConversationEventTopicCall> calls)