Class PhraseTranslation

java.lang.Object
com.mypurecloud.sdk.v2.model.PhraseTranslation
All Implemented Interfaces:
Serializable

public class PhraseTranslation extends Object implements Serializable
PhraseTranslation
See Also:
  • Constructor Details

    • PhraseTranslation

      public PhraseTranslation()
    • PhraseTranslation

      public PhraseTranslation(Boolean initWithEmptyList)
  • Method Details

    • startTimeMs

      public PhraseTranslation startTimeMs(Long startTimeMs)
      Epoch start time of the phrase
    • getStartTimeMs

      public Long getStartTimeMs()
    • setStartTimeMs

      public void setStartTimeMs(Long startTimeMs)
    • participantPurpose

      public PhraseTranslation participantPurpose(String participantPurpose)
      Purpose of the participant associated with the phrase
    • getParticipantPurpose

      public String getParticipantPurpose()
    • setParticipantPurpose

      public void setParticipantPurpose(String participantPurpose)
    • translatedText

      public PhraseTranslation translatedText(String translatedText)
      Translation of the phrase
    • getTranslatedText

      public String getTranslatedText()
    • setTranslatedText

      public void setTranslatedText(String translatedText)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object