Package com.mypurecloud.sdk.v2.model
Class Settings
java.lang.Object
com.mypurecloud.sdk.v2.model.Settings
- All Implemented Interfaces:
Serializable
Settings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowCallbackQueueSelection(Boolean allowCallbackQueueSelection) Allow Callback Queue SelectioncallbacksInheritRoutingFromInboundCall(Boolean callbacksInheritRoutingFromInboundCall) Inherit callback routing data from inbound callscommunicationBasedACW(Boolean communicationBasedACW) Communication Based ACWcompleteAcwWhenAgentTransitionsOffline(Boolean completeAcwWhenAgentTransitionsOffline) Complete ACW When Agent Transitions OfflinebooleaninthashCode()includeNonAgentConversationSummary(Boolean includeNonAgentConversationSummary) Display communication summaryvoidsetAllowCallbackQueueSelection(Boolean allowCallbackQueueSelection) voidsetCallbacksInheritRoutingFromInboundCall(Boolean callbacksInheritRoutingFromInboundCall) voidsetCommunicationBasedACW(Boolean communicationBasedACW) voidsetCompleteAcwWhenAgentTransitionsOffline(Boolean completeAcwWhenAgentTransitionsOffline) voidsetIncludeNonAgentConversationSummary(Boolean includeNonAgentConversationSummary) voidsetTotalActiveCallback(Boolean totalActiveCallback) toString()totalActiveCallback(Boolean totalActiveCallback) Exclude the 'interacting' duration from the handle calculations of callbacks
-
Constructor Details
-
Settings
public Settings() -
Settings
-
-
Method Details
-
communicationBasedACW
Communication Based ACW -
getCommunicationBasedACW
-
setCommunicationBasedACW
-
includeNonAgentConversationSummary
Display communication summary -
getIncludeNonAgentConversationSummary
-
setIncludeNonAgentConversationSummary
-
allowCallbackQueueSelection
Allow Callback Queue Selection -
getAllowCallbackQueueSelection
-
setAllowCallbackQueueSelection
-
callbacksInheritRoutingFromInboundCall
public Settings callbacksInheritRoutingFromInboundCall(Boolean callbacksInheritRoutingFromInboundCall) Inherit callback routing data from inbound calls -
getCallbacksInheritRoutingFromInboundCall
-
setCallbacksInheritRoutingFromInboundCall
public void setCallbacksInheritRoutingFromInboundCall(Boolean callbacksInheritRoutingFromInboundCall) -
completeAcwWhenAgentTransitionsOffline
public Settings completeAcwWhenAgentTransitionsOffline(Boolean completeAcwWhenAgentTransitionsOffline) Complete ACW When Agent Transitions Offline -
getCompleteAcwWhenAgentTransitionsOffline
-
setCompleteAcwWhenAgentTransitionsOffline
public void setCompleteAcwWhenAgentTransitionsOffline(Boolean completeAcwWhenAgentTransitionsOffline) -
totalActiveCallback
Exclude the 'interacting' duration from the handle calculations of callbacks -
getTotalActiveCallback
-
setTotalActiveCallback
-
equals
-
hashCode
public int hashCode() -
toString
-