Package com.mypurecloud.sdk.v2.model
Class SupportedLanguagesInfoDefinition
java.lang.Object
com.mypurecloud.sdk.v2.model.SupportedLanguagesInfoDefinition
- All Implemented Interfaces:
Serializable
SupportedLanguagesInfoDefinition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe language release status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()intentClassification(Boolean intentClassification) The boolean status of if intent classification is supported in this languageThe given supported LanguagevoidsetIntentClassification(Boolean intentClassification) voidsetLanguage(String language) voidvoidsetSupportedEntityTypeConfiguration(SupportedEntityTypeStatus supportedEntityTypeConfiguration) voidsetSupportedEntityTypes(List<String> supportedEntityTypes) The language release statussupportedEntityTypeConfiguration(SupportedEntityTypeStatus supportedEntityTypeConfiguration) The configuration for the supported entity typessupportedEntityTypes(List<String> supportedEntityTypes) The supported entity types for this languagetoString()
-
Constructor Details
-
SupportedLanguagesInfoDefinition
public SupportedLanguagesInfoDefinition() -
SupportedLanguagesInfoDefinition
-
-
Method Details
-
language
The given supported Language -
getLanguage
-
setLanguage
-
intentClassification
The boolean status of if intent classification is supported in this language -
getIntentClassification
-
setIntentClassification
-
status
The language release status -
getStatus
-
setStatus
-
supportedEntityTypes
The supported entity types for this language -
getSupportedEntityTypes
-
setSupportedEntityTypes
-
supportedEntityTypeConfiguration
public SupportedLanguagesInfoDefinition supportedEntityTypeConfiguration(SupportedEntityTypeStatus supportedEntityTypeConfiguration) The configuration for the supported entity types -
getSupportedEntityTypeConfiguration
-
setSupportedEntityTypeConfiguration
public void setSupportedEntityTypeConfiguration(SupportedEntityTypeStatus supportedEntityTypeConfiguration) -
equals
-
hashCode
public int hashCode() -
toString
-