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