Class LexBot

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

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

    • LexBot

      public LexBot()
    • LexBot

      public LexBot(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public LexBot name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public LexBot description(String description)
      A description of the Lex bot
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSelfUri

      public String getSelfUri()
    • 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