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