Class LexSlot

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

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

    • LexSlot

      public LexSlot()
    • LexSlot

      public LexSlot(Boolean initWithEmptyList)
  • Method Details

    • name

      public LexSlot name(String name)
      The slot name
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public LexSlot description(String description)
      The slot description
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • type

      public LexSlot type(String type)
      The slot type
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • priority

      public LexSlot priority(Integer priority)
      The priority of the slot
    • getPriority

      public Integer getPriority()
    • setPriority

      public void setPriority(Integer priority)
    • 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