Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicRecordersState
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicRecordersState
- All Implemented Interfaces:
Serializable
Contains the states of different recorders.
- 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
-
QueueConversationVideoEventTopicRecordersState
public QueueConversationVideoEventTopicRecordersState() -
QueueConversationVideoEventTopicRecordersState
-
-
Method Details
-
adhocState
Indicates the state of the adhoc recorder. -
getAdhocState
-
setAdhocState
-
customerExperienceState
public QueueConversationVideoEventTopicRecordersState customerExperienceState(String customerExperienceState) Indicates the state of the customer experience recorder. -
getCustomerExperienceState
-
setCustomerExperienceState
-
agentExperienceState
public QueueConversationVideoEventTopicRecordersState 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
-