Class DecisionTableExecutionRequest

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

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

    • DecisionTableExecutionRequest

      public DecisionTableExecutionRequest()
    • DecisionTableExecutionRequest

      public DecisionTableExecutionRequest(Boolean initWithEmptyList)
  • Method Details

    • inputs

      The JSON input data for executing the decision table. Must be valid according to the execution input contract defined on the table. In the case of enum decision table columns the enum options key should be provided as the value, not the enum options label as this can be changed. For business rules queue columns both “queue” and “id” keys will be required regardless of the queue attribute key and these do not change.
    • getInputs

      public Map<String,Object> getInputs()
    • setInputs

      public void setInputs(Map<String,Object> inputs)
    • 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