Package com.mypurecloud.sdk.v2.model
Class ListedDictionaryFeedback
java.lang.Object
com.mypurecloud.sdk.v2.model.ListedDictionaryFeedback
- All Implemented Interfaces:
Serializable
ListedDictionaryFeedback
- 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.booleangetId()getTerm()inthashCode()voidsetBoostValue(Float boostValue) voidsetDialect(String dialect) voidsetDisplayAs(String displayAs) voidvoidsetTranscriptionEngine(ListedDictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) The dictionary term which needs to be added to dictionary feedback systemtoString()transcriptionEngine(ListedDictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) The transcription engine for the dictionary feedback.
-
Constructor Details
-
ListedDictionaryFeedback
public ListedDictionaryFeedback() -
ListedDictionaryFeedback
-
-
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 ListedDictionaryFeedback transcriptionEngine(ListedDictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) The transcription engine for the dictionary feedback. Only returned when GenesysExtended feature is enabled. -
getTranscriptionEngine
-
setTranscriptionEngine
public void setTranscriptionEngine(ListedDictionaryFeedback.TranscriptionEngineEnum transcriptionEngine) -
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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-