Class ConversationEventTopicRecordersState

java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicRecordersState
All Implemented Interfaces:
Serializable

public class ConversationEventTopicRecordersState extends Object implements Serializable
Contains the states of different recorders.
See Also:
  • Constructor Details

    • ConversationEventTopicRecordersState

      public ConversationEventTopicRecordersState()
    • ConversationEventTopicRecordersState

      public ConversationEventTopicRecordersState(Boolean initWithEmptyList)
  • Method Details

    • adhocState

      public ConversationEventTopicRecordersState adhocState(String adhocState)
      Indicates the state of the adhoc recorder.
    • getAdhocState

      public String getAdhocState()
    • setAdhocState

      public void setAdhocState(String adhocState)
    • customerExperienceState

      public ConversationEventTopicRecordersState customerExperienceState(String customerExperienceState)
      Indicates the state of the customer experience recorder.
    • getCustomerExperienceState

      public String getCustomerExperienceState()
    • setCustomerExperienceState

      public void setCustomerExperienceState(String customerExperienceState)
    • agentExperienceState

      public ConversationEventTopicRecordersState agentExperienceState(String agentExperienceState)
      Indicates the state of the agent experience recorder.
    • getAgentExperienceState

      public String getAgentExperienceState()
    • setAgentExperienceState

      public void setAgentExperienceState(String agentExperienceState)
    • snippetState

      public ConversationEventTopicRecordersState snippetState(String 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

      public String getSnippetState()
    • setSnippetState

      public void setSnippetState(String snippetState)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object