Package com.mypurecloud.sdk.v2.model
Class QueueConversationCallEventTopicRecordersState
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationCallEventTopicRecordersState
- All Implemented Interfaces:
Serializable
QueueConversationCallEventTopicRecordersState
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadhocState(String adhocState) Indicates the state of the adhoc recorder.agentExperienceState(String agentExperienceState) Indicates the state of the agent experience recorder.customerExperienceState(String customerExperienceState) Indicates the state of the customer experience recorder.booleaninthashCode()voidsetAdhocState(String adhocState) voidsetAgentExperienceState(String agentExperienceState) voidsetCustomerExperienceState(String customerExperienceState) voidsetSnippetState(String snippetState) snippetState(String snippetState) State of the snippet recording for this session.toString()
-
Constructor Details
-
QueueConversationCallEventTopicRecordersState
public QueueConversationCallEventTopicRecordersState() -
QueueConversationCallEventTopicRecordersState
-
-
Method Details
-
adhocState
Indicates the state of the adhoc recorder. -
getAdhocState
-
setAdhocState
-
customerExperienceState
public QueueConversationCallEventTopicRecordersState customerExperienceState(String customerExperienceState) Indicates the state of the customer experience recorder. -
getCustomerExperienceState
-
setCustomerExperienceState
-
agentExperienceState
public QueueConversationCallEventTopicRecordersState agentExperienceState(String agentExperienceState) Indicates the state of the agent experience recorder. -
getAgentExperienceState
-
setAgentExperienceState
-
snippetState
State of the snippet recording for this session. Note that snippets may never be paused. Valid values are in Constants.java with a prefix of RECORDER_STATE_*. -
getSnippetState
-
setSnippetState
-
equals
-
hashCode
public int hashCode() -
toString
-