Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicCallback
Packages that use QueueConversationEventTopicCallback
-
Uses of QueueConversationEventTopicCallback in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicCallbackModifier and TypeMethodDescriptionQueueConversationEventTopicCallback.afterCallWork(QueueConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationEventTopicCallback.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationEventTopicCallback.automatedCallbackConfigId(String automatedCallbackConfigId) The id of the config for automatically placing the callback (and handling the disposition).QueueConversationEventTopicCallback.callbackNumbers(List<String> callbackNumbers) The phone number(s) to use to place the callback.QueueConversationEventTopicCallback.callbackScheduledTime(Date callbackScheduledTime) The timestamp when this communication is scheduled in the provider clock.QueueConversationEventTopicCallback.callbackUserName(String callbackUserName) The name of the user requesting a callback.The phone number displayed to recipients of the phone call.QueueConversationEventTopicCallback.callerIdName(String callerIdName) The name displayed to recipients of the phone call.QueueConversationEventTopicCallback.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationEventTopicCallback.dialerPreview(QueueConversationEventTopicDialerPreview dialerPreview) QueueConversationEventTopicCallback.direction(QueueConversationEventTopicCallback.DirectionEnum direction) The direction of the callQueueConversationEventTopicCallback.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationEventTopicCallback.disconnectType(QueueConversationEventTopicCallback.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationEventTopicCallback.externalCampaign(Boolean externalCampaign) True if the call for the callback uses external dialing.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationEventTopicCallback.initialState(QueueConversationEventTopicCallback.InitialStateEnum initialState) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the callback.QueueConversationEventTopicCallback.queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.QueueConversationEventTopicCallback.skipEnabled(Boolean skipEnabled) True if the ability to skip a callback should be enabled.QueueConversationEventTopicCallback.startHoldTime(Date startHoldTime) The timestamp the callback was placed on hold in the cloud clock if the callback is currently on hold.QueueConversationEventTopicCallback.state(QueueConversationEventTopicCallback.StateEnum state) QueueConversationEventTopicCallback.timeoutSeconds(Long timeoutSeconds) The number of seconds before the system automatically places a call for a callback. 0 means the automatic placement is disabled.QueueConversationEventTopicCallback.voicemail(QueueConversationEventTopicVoicemail voicemail) QueueConversationEventTopicCallback.wrapup(QueueConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicCallbackMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicCallbackModifier and TypeMethodDescriptionQueueConversationEventTopicParticipant.callbacks(List<QueueConversationEventTopicCallback> callbacks) voidQueueConversationEventTopicParticipant.setCallbacks(List<QueueConversationEventTopicCallback> callbacks)