Package com.mypurecloud.sdk.v2.model
Class Disposition
java.lang.Object
com.mypurecloud.sdk.v2.model.Disposition
- All Implemented Interfaces:
Serializable
Disposition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamdTimeout(DispositionAmdTimeout amdTimeout) Answering Machine Detection timeout configuration.The final media analyzer result that triggered the disposition result, if any.detectedSpeechEnd(Date detectedSpeechEnd) Absolute time when the speech ended.detectedSpeechStart(Date detectedSpeechStart) Absolute time when the speech started.dispositionParameters(DispositionParameters dispositionParameters) Contains various parameters related to call analysis.booleangetName()inthashCode()Name of the disposition.voidsetAmdTimeout(DispositionAmdTimeout amdTimeout) voidsetAnalyzer(String analyzer) voidsetDetectedSpeechEnd(Date detectedSpeechEnd) voidsetDetectedSpeechStart(Date detectedSpeechStart) voidsetDispositionParameters(DispositionParameters dispositionParameters) voidvoidsetSilentCallTimeout(DispositionSilentCallTimeout silentCallTimeout) silentCallTimeout(DispositionSilentCallTimeout silentCallTimeout) Silent Call timeout configuration.toString()
-
Constructor Details
-
Disposition
public Disposition() -
Disposition
-
-
Method Details
-
name
Name of the disposition. Either a platform predefined value, or the name of the disposition in the disposition table.. -
getName
-
setName
-
analyzer
The final media analyzer result that triggered the disposition result, if any. -
getAnalyzer
-
setAnalyzer
-
dispositionParameters
Contains various parameters related to call analysis. -
getDispositionParameters
-
setDispositionParameters
-
detectedSpeechStart
Absolute time when the speech started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDetectedSpeechStart
-
setDetectedSpeechStart
-
detectedSpeechEnd
Absolute time when the speech ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDetectedSpeechEnd
-
setDetectedSpeechEnd
-
amdTimeout
Answering Machine Detection timeout configuration. -
getAmdTimeout
-
setAmdTimeout
-
silentCallTimeout
Silent Call timeout configuration. -
getSilentCallTimeout
-
setSilentCallTimeout
-
equals
-
hashCode
public int hashCode() -
toString
-