Class ResponseSet

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

public class ResponseSet extends Object implements Serializable
ResponseSet
See Also:
  • Constructor Details

    • ResponseSet

      public ResponseSet()
    • ResponseSet

      public ResponseSet(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public ResponseSet name(String name)
      The name of the ResponseSet.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDateCreated

      public Date getDateCreated()
    • getDateModified

      public Date getDateModified()
    • version

      public ResponseSet version(Integer version)
      Required for updates, must match the version number of the most recent update
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • responses

      public ResponseSet responses(Map<String,Reaction> responses)
      Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}.
    • getResponses

      public Map<String,Reaction> getResponses()
    • setResponses

      public void setResponses(Map<String,Reaction> responses)
    • beepDetectionEnabled

      public ResponseSet beepDetectionEnabled(Boolean beepDetectionEnabled)
      Whether to enable answering machine beep detection
    • getBeepDetectionEnabled

      public Boolean getBeepDetectionEnabled()
    • setBeepDetectionEnabled

      public void setBeepDetectionEnabled(Boolean beepDetectionEnabled)
    • amdSpeechDistinguishEnabled

      public ResponseSet amdSpeechDistinguishEnabled(Boolean amdSpeechDistinguishEnabled)
      Whether to enable answering machine detection
    • getAmdSpeechDistinguishEnabled

      public Boolean getAmdSpeechDistinguishEnabled()
    • setAmdSpeechDistinguishEnabled

      public void setAmdSpeechDistinguishEnabled(Boolean amdSpeechDistinguishEnabled)
    • liveSpeakerDetectionMode

      public ResponseSet liveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode)
      Setting level of live speaker detection based on ringbacks
    • getLiveSpeakerDetectionMode

      public ResponseSet.LiveSpeakerDetectionModeEnum getLiveSpeakerDetectionMode()
    • setLiveSpeakerDetectionMode

      public void setLiveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode)
    • getSelfUri

      public String getSelfUri()
    • 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