Package com.mypurecloud.sdk.v2.model
Class MandatoryPostCallActionInput
java.lang.Object
com.mypurecloud.sdk.v2.model.MandatoryPostCallActionInput
- All Implemented Interfaces:
Serializable
MandatoryPostCallActionInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestination(String destination) The destination phone number or phone id to send the flow to after completion.booleaninthashCode()invocationData(String invocationData) The invocation data to send the destination after completion.voidsetDestination(String destination) voidsetInvocationData(String invocationData) toString()
-
Constructor Details
-
MandatoryPostCallActionInput
public MandatoryPostCallActionInput() -
MandatoryPostCallActionInput
-
-
Method Details
-
destination
The destination phone number or phone id to send the flow to after completion. If null or blank will not update. -
getDestination
-
setDestination
-
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
-
setInvocationData
-
equals
-
hashCode
public int hashCode() -
toString
-