Class LexV2Bot

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

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

    • LexV2Bot

      public LexV2Bot()
    • LexV2Bot

      public LexV2Bot(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public LexV2Bot name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • botId

      public LexV2Bot botId(String botId)
      Lex V2 bot Id
    • getBotId

      public String getBotId()
    • setBotId

      public void setBotId(String botId)
    • region

      public LexV2Bot region(String region)
      A region of the Lex V2 bot
    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • description

      public LexV2Bot description(String description)
      A description of the Lex V2 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