Package com.mypurecloud.sdk.v2.model
Class ActionMapAction
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionMapAction
- All Implemented Interfaces:
Serializable
ActionMapAction
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTargetId(String actionTargetId) Deprecated.actionTemplate(ActionMapActionTemplate actionTemplate) Action template associated with the action map.architectFlowFields(ArchitectFlowFields architectFlowFields) Architect Flow Id and input contract.booleangetProps()inthashCode()isPacingEnabled(Boolean isPacingEnabled) Deprecated.mediaType(ActionMapAction.MediaTypeEnum mediaType) Media type of action.openActionFields(OpenActionFields openActionFields) Admin-configurable fields of an open action.props(ActionProperties props) Deprecated.voidsetActionTargetId(String actionTargetId) voidsetActionTemplate(ActionMapActionTemplate actionTemplate) voidsetArchitectFlowFields(ArchitectFlowFields architectFlowFields) voidsetIsPacingEnabled(Boolean isPacingEnabled) voidsetMediaType(ActionMapAction.MediaTypeEnum mediaType) voidsetOpenActionFields(OpenActionFields openActionFields) voidsetProps(ActionProperties props) voidsetWebMessagingOfferFields(WebMessagingOfferFields webMessagingOfferFields) toString()webMessagingOfferFields(WebMessagingOfferFields webMessagingOfferFields) Admin-configurable fields of a web messaging offer action.
-
Constructor Details
-
ActionMapAction
public ActionMapAction() -
ActionMapAction
-
-
Method Details
-
actionTemplate
Action template associated with the action map. -
getActionTemplate
-
setActionTemplate
-
mediaType
Media type of action. -
getMediaType
-
setMediaType
-
actionTargetId
Deprecated. Action target ID. -
getActionTargetId
-
setActionTargetId
-
isPacingEnabled
Deprecated. Whether this action should be throttled. -
getIsPacingEnabled
-
setIsPacingEnabled
-
props
Deprecated. Additional properties. -
getProps
-
setProps
-
architectFlowFields
Architect Flow Id and input contract. -
getArchitectFlowFields
-
setArchitectFlowFields
-
webMessagingOfferFields
Admin-configurable fields of a web messaging offer action. -
getWebMessagingOfferFields
-
setWebMessagingOfferFields
-
openActionFields
Admin-configurable fields of an open action. -
getOpenActionFields
-
setOpenActionFields
-
equals
-
hashCode
public int hashCode() -
toString
-