Package com.mypurecloud.sdk.v2.model
Class AcwSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AcwSettings
- All Implemented Interfaces:
Serializable
AcwSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis field controls how the UI prompts the agent for a wrapup. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTimeoutMs(Integer timeoutMs) voidsetWrapupPrompt(AcwSettings.WrapupPromptEnum wrapupPrompt) The amount of time the agent can stay in ACW (Min: 1 sec, Max: 60 min).toString()wrapupPrompt(AcwSettings.WrapupPromptEnum wrapupPrompt) This field controls how the UI prompts the agent for a wrapup.
-
Constructor Details
-
AcwSettings
public AcwSettings() -
AcwSettings
-
-
Method Details
-
wrapupPrompt
This field controls how the UI prompts the agent for a wrapup. -
getWrapupPrompt
-
setWrapupPrompt
-
timeoutMs
The amount of time the agent can stay in ACW (Min: 1 sec, Max: 60 min). Can only be used when ACW is AGENT_REQUESTED, MANDATORY_TIMEOUT or MANDATORY_FORCED_TIMEOUT. -
getTimeoutMs
-
setTimeoutMs
-
equals
-
hashCode
public int hashCode() -
toString
-