Class Transcripts

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

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

    • Transcripts

      public Transcripts()
    • Transcripts

      public Transcripts(Boolean initWithEmptyList)
  • Method Details

    • exactMatch

      public Transcripts exactMatch(List<String> exactMatch)
      List of transcript contents which needs to satisfy exact match criteria
    • getExactMatch

      public List<String> getExactMatch()
    • setExactMatch

      public void setExactMatch(List<String> exactMatch)
    • contains

      public Transcripts contains(List<String> contains)
      List of transcript contents which needs to satisfy contains criteria
    • getContains

      public List<String> getContains()
    • setContains

      public void setContains(List<String> contains)
    • doesNotContain

      public Transcripts doesNotContain(List<String> doesNotContain)
      List of transcript contents which needs to satisfy does not contain criteria
    • getDoesNotContain

      public List<String> getDoesNotContain()
    • setDoesNotContain

      public void setDoesNotContain(List<String> doesNotContain)
    • notSimilarTo

      public Transcripts notSimilarTo(List<String> notSimilarTo)
      List of words or phrases used to filter out transcripts that contain content similar to any item in this list
    • getNotSimilarTo

      public List<String> getNotSimilarTo()
    • setNotSimilarTo

      public void setNotSimilarTo(List<String> notSimilarTo)
    • 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