Package com.mypurecloud.sdk.v2.model
Class ResponseSet
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseSet
- All Implemented Interfaces:
Serializable
ResponseSet
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSetting level of live speaker detection based on ringbacks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamdSpeechDistinguishEnabled(Boolean amdSpeechDistinguishEnabled) Whether to enable answering machine detectionbeepDetectionEnabled(Boolean beepDetectionEnabled) Whether to enable answering machine beep detectionbooleangetId()getName()inthashCode()liveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode) Setting level of live speaker detection based on ringbacksThe name of the ResponseSet.Map of disposition identifiers to reactions.voidsetAmdSpeechDistinguishEnabled(Boolean amdSpeechDistinguishEnabled) voidsetBeepDetectionEnabled(Boolean beepDetectionEnabled) voidsetLiveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode) voidvoidsetResponses(Map<String, Reaction> responses) voidsetVersion(Integer version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
ResponseSet
public ResponseSet() -
ResponseSet
-
-
Method Details
-
getId
-
name
The name of the ResponseSet. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
responses
Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}. -
getResponses
-
setResponses
-
beepDetectionEnabled
Whether to enable answering machine beep detection -
getBeepDetectionEnabled
-
setBeepDetectionEnabled
-
amdSpeechDistinguishEnabled
Whether to enable answering machine detection -
getAmdSpeechDistinguishEnabled
-
setAmdSpeechDistinguishEnabled
-
liveSpeakerDetectionMode
public ResponseSet liveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode) Setting level of live speaker detection based on ringbacks -
getLiveSpeakerDetectionMode
-
setLiveSpeakerDetectionMode
public void setLiveSpeakerDetectionMode(ResponseSet.LiveSpeakerDetectionModeEnum liveSpeakerDetectionMode) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-