Class Prompt

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

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

    • Prompt

      public Prompt()
    • Prompt

      public Prompt(Boolean initWithEmptyList)
  • Method Details

    • id

      public Prompt id(String id)
      The prompt identifier
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public Prompt name(String name)
      The prompt name.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public Prompt description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getResources

      public List<PromptAsset> getResources()
    • getCurrentOperation

      public Operation getCurrentOperation()
    • 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