Package com.mypurecloud.sdk.v2.model
Class PhraseTranslation
java.lang.Object
com.mypurecloud.sdk.v2.model.PhraseTranslation
- All Implemented Interfaces:
Serializable
PhraseTranslation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()participantPurpose(String participantPurpose) Purpose of the participant associated with the phrasevoidsetParticipantPurpose(String participantPurpose) voidsetStartTimeMs(Long startTimeMs) voidsetTranslatedText(String translatedText) startTimeMs(Long startTimeMs) Epoch start time of the phrasetoString()translatedText(String translatedText) Translation of the phrase
-
Constructor Details
-
PhraseTranslation
public PhraseTranslation() -
PhraseTranslation
-
-
Method Details
-
startTimeMs
Epoch start time of the phrase -
getStartTimeMs
-
setStartTimeMs
-
participantPurpose
Purpose of the participant associated with the phrase -
getParticipantPurpose
-
setParticipantPurpose
-
translatedText
Translation of the phrase -
getTranslatedText
-
setTranslatedText
-
equals
-
hashCode
public int hashCode() -
toString
-