Uses of Enum Class
com.mypurecloud.sdk.v2.model.NluUtterance.SourceEnum
Packages that use NluUtterance.SourceEnum
-
Uses of NluUtterance.SourceEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluUtterance.SourceEnumModifier and TypeMethodDescriptionstatic NluUtterance.SourceEnumNluUtterance.SourceEnum.fromString(String key) NluUtterance.getSource()static NluUtterance.SourceEnumReturns the enum constant of this class with the specified name.static NluUtterance.SourceEnum[]NluUtterance.SourceEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type NluUtterance.SourceEnumModifier and TypeMethodDescriptionvoidNluUtterance.setSource(NluUtterance.SourceEnum source) NluUtterance.source(NluUtterance.SourceEnum source) The source of the utterance.