Class MandatoryPostCallActionInput

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

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

    • MandatoryPostCallActionInput

      public MandatoryPostCallActionInput()
    • MandatoryPostCallActionInput

      public MandatoryPostCallActionInput(Boolean initWithEmptyList)
  • Method Details

    • destination

      public MandatoryPostCallActionInput destination(String destination)
      The destination phone number or phone id to send the flow to after completion. If null or blank will not update.
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • invocationData

      public MandatoryPostCallActionInput invocationData(String invocationData)
      The invocation data to send the destination after completion. If null or blank will not update. Invocation data is only supported when the destination is an Inbound Call flow or Voice Survey flow.
    • getInvocationData

      public String getInvocationData()
    • setInvocationData

      public void setInvocationData(String invocationData)
    • 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