Class Intent

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

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

    • Intent

      public Intent()
    • Intent

      public Intent(Boolean initWithEmptyList)
  • Method Details

    • name

      public Intent name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public Intent description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • 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