Class NluDetectionInput

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

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

    • NluDetectionInput

      public NluDetectionInput()
    • NluDetectionInput

      public NluDetectionInput(Boolean initWithEmptyList)
  • Method Details

    • text

      public NluDetectionInput text(String text)
      The text to perform NLU detection on.
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • language

      public NluDetectionInput language(String language)
      Language of the version for multilingual detection, e.g. `en-us`, `de-de`
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • 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