Class LexV2Slot

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

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

    • LexV2Slot

      public LexV2Slot()
    • LexV2Slot

      public LexV2Slot(Boolean initWithEmptyList)
  • Method Details

    • slotName

      public LexV2Slot slotName(String slotName)
      The slot name
    • getSlotName

      public String getSlotName()
    • setSlotName

      public void setSlotName(String slotName)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • slotId

      public LexV2Slot slotId(String slotId)
      The slot id
    • getSlotId

      public String getSlotId()
    • setSlotId

      public void setSlotId(String slotId)
    • type

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

      public String getType()
    • setType

      public void setType(String type)
    • slotTypeId

      public LexV2Slot slotTypeId(String slotTypeId)
      The slot type id
    • getSlotTypeId

      public String getSlotTypeId()
    • setSlotTypeId

      public void setSlotTypeId(String slotTypeId)
    • 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