Package com.mypurecloud.sdk.v2.model
Class SpeechTextAnalyticsSettingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SpeechTextAnalyticsSettingsRequest
- All Implemented Interfaces:
Serializable
SpeechTextAnalyticsSettingsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentEmpathyEnabled(Boolean agentEmpathyEnabled) Setting to enable/disable Agent Empathy settingdefaultProgramId(String defaultProgramId) Setting to choose name for the default program for topic detectionbooleanexpectedDialects(List<String> expectedDialects) Setting to choose expected dialectsinthashCode()voidsetAgentEmpathyEnabled(Boolean agentEmpathyEnabled) voidsetDefaultProgramId(String defaultProgramId) voidsetExpectedDialects(List<String> expectedDialects) voidsetTextAnalyticsEnabled(Boolean textAnalyticsEnabled) textAnalyticsEnabled(Boolean textAnalyticsEnabled) Setting to enable/disable text analyticstoString()
-
Constructor Details
-
SpeechTextAnalyticsSettingsRequest
public SpeechTextAnalyticsSettingsRequest() -
SpeechTextAnalyticsSettingsRequest
-
-
Method Details
-
defaultProgramId
Setting to choose name for the default program for topic detection -
getDefaultProgramId
-
setDefaultProgramId
-
expectedDialects
Setting to choose expected dialects -
getExpectedDialects
-
setExpectedDialects
-
textAnalyticsEnabled
Setting to enable/disable text analytics -
getTextAnalyticsEnabled
-
setTextAnalyticsEnabled
-
agentEmpathyEnabled
Setting to enable/disable Agent Empathy setting -
getAgentEmpathyEnabled
-
setAgentEmpathyEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-