Class CustomerIntent

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

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

    • CustomerIntent

      public CustomerIntent()
    • CustomerIntent

      public CustomerIntent(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public CustomerIntent name(String name)
      Name of the customer intent
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public CustomerIntent description(String description)
      Description of the customer intent
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • expiryTime

      public CustomerIntent expiryTime(Integer expiryTime)
      Expiry time in hours of the customer intent
    • getExpiryTime

      public Integer getExpiryTime()
    • setExpiryTime

      public void setExpiryTime(Integer expiryTime)
    • categoryId

      public CustomerIntent categoryId(String categoryId)
      CategoryId of the customer intent
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)
    • 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