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