Package com.mypurecloud.sdk.v2.model
Class DictionaryFeedback
java.lang.Object
com.mypurecloud.sdk.v2.model.DictionaryFeedback
- All Implemented Interfaces:
Serializable
DictionaryFeedback
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe source of the given dictionary feedbackstatic enumThe status of the dictionary feedback.static enumThe transcription engine for the dictionary feedback. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboostValue(Float boostValue) A weighted value assigned to a phrase.The dialect for the given term, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standardThe display name for the dictionary feedback.booleanexamplePhrases(List<DictionaryFeedbackExamplePhrase> examplePhrases) A list of at least 3 and up to 20 unique phrases that are example usage of the term.getId()getTerm()inthashCode()voidsetBoostValue(Float boostValue) voidsetDialect(String dialect) voidsetDisplayAs(String displayAs) voidsetExamplePhrases(List<DictionaryFeedbackExamplePhrase> examplePhrases) voidsetSoundsLike(List<String> soundsLike) voidvoidsetTranscriptionEngine(DictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) soundsLike(List<String> soundsLike) A list of up to 10 terms that give examples of how the term sounds.The dictionary term which needs to be added to dictionary feedback systemtoString()transcriptionEngine(DictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) The transcription engine for the dictionary feedback.
-
Constructor Details
-
DictionaryFeedback
public DictionaryFeedback() -
DictionaryFeedback
-
-
Method Details
-
getId
-
term
The dictionary term which needs to be added to dictionary feedback system -
getTerm
-
setTerm
-
dialect
The dialect for the given term, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard -
getDialect
-
setDialect
-
boostValue
A weighted value assigned to a phrase. The higher the value, the higher the likelihood that the system will choose the word or phrase from the possible alternatives. Boost range is from 1.0 to 10.0. Default is 2.0 -
getBoostValue
-
setBoostValue
-
getSource
-
getDateCreated
-
getCreatedBy
-
getDateModified
-
getModifiedBy
-
transcriptionEngine
public DictionaryFeedback transcriptionEngine(DictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) The transcription engine for the dictionary feedback. Only returned when GenesysExtended feature is enabled. -
getTranscriptionEngine
-
setTranscriptionEngine
-
getStatus
-
displayAs
The display name for the dictionary feedback. Only returned when GenesysExtended feature is enabled. This field is only valid for Extended Services transcription engine. -
getDisplayAs
-
setDisplayAs
-
examplePhrases
A list of at least 3 and up to 20 unique phrases that are example usage of the term. This field is only valid and required for Genesys transcription engine. -
getExamplePhrases
-
setExamplePhrases
-
soundsLike
A list of up to 10 terms that give examples of how the term sounds. This field is only valid for Genesys transcription engine. -
getSoundsLike
-
setSoundsLike
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-