Class TextBotTranscript

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

public class TextBotTranscript extends Object implements Serializable
Data for a single bot flow transcript.
See Also:
  • Constructor Details

    • TextBotTranscript

      public TextBotTranscript()
    • TextBotTranscript

      public TextBotTranscript(Boolean initWithEmptyList)
  • Method Details

    • text

      public TextBotTranscript text(String text)
      The text of the transcript item.
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • confidence

      public TextBotTranscript confidence(Float confidence)
      The confidence factor, expressed as a decimal between 0.0 and 1.0, of the transcript item.
    • getConfidence

      public Float getConfidence()
    • setConfidence

      public void setConfidence(Float confidence)
    • 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