Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicCallback
Packages that use QueueConversationVideoEventTopicCallback
-
Uses of QueueConversationVideoEventTopicCallback in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicCallbackModifier and TypeMethodDescriptionQueueConversationVideoEventTopicCallback.afterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationVideoEventTopicCallback.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationVideoEventTopicCallback.automatedCallbackConfigId(String automatedCallbackConfigId) The id of the config for automatically placing the callback (and handling the disposition).QueueConversationVideoEventTopicCallback.callbackNumbers(List<String> callbackNumbers) The phone number(s) to use to place the callback.QueueConversationVideoEventTopicCallback.callbackScheduledTime(Date callbackScheduledTime) The timestamp when this communication is scheduled in the provider clock.QueueConversationVideoEventTopicCallback.callbackUserName(String callbackUserName) The name of the user requesting a callback.The phone number displayed to recipients of the phone call.QueueConversationVideoEventTopicCallback.callerIdName(String callerIdName) The name displayed to recipients of the phone call.QueueConversationVideoEventTopicCallback.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationVideoEventTopicCallback.dialerPreview(QueueConversationVideoEventTopicDialerPreview dialerPreview) QueueConversationVideoEventTopicCallback.direction(QueueConversationVideoEventTopicCallback.DirectionEnum direction) The direction of the callQueueConversationVideoEventTopicCallback.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicCallback.disconnectType(QueueConversationVideoEventTopicCallback.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationVideoEventTopicCallback.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.QueueConversationVideoEventTopicCallback.initialState(QueueConversationVideoEventTopicCallback.InitialStateEnum initialState) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the callback.QueueConversationVideoEventTopicCallback.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.QueueConversationVideoEventTopicCallback.skipEnabled(Boolean skipEnabled) True if the ability to skip a callback should be enabled.QueueConversationVideoEventTopicCallback.startHoldTime(Date startHoldTime) The timestamp the callback was placed on hold in the cloud clock if the callback is currently on hold.QueueConversationVideoEventTopicCallback.state(QueueConversationVideoEventTopicCallback.StateEnum state) QueueConversationVideoEventTopicCallback.timeoutSeconds(Long timeoutSeconds) The number of seconds before the system automatically places a call for a callback. 0 means the automatic placement is disabled.QueueConversationVideoEventTopicCallback.voicemail(QueueConversationVideoEventTopicVoicemail voicemail) QueueConversationVideoEventTopicCallback.wrapup(QueueConversationVideoEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicCallbackMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicCallbackModifier and TypeMethodDescriptionQueueConversationVideoEventTopicParticipant.callbacks(List<QueueConversationVideoEventTopicCallback> callbacks) voidQueueConversationVideoEventTopicParticipant.setCallbacks(List<QueueConversationVideoEventTopicCallback> callbacks)