Uses of Class
com.mypurecloud.sdk.v2.model.ActionConfig
Packages that use ActionConfig
-
Uses of ActionConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionConfigModifier and TypeMethodDescriptionActionConfig._request(RequestConfig _request) Configuration of outbound request.Action.getConfig()PostActionInput.getConfig()UpdateActionInput.getConfig()UpdateDraftInput.getConfig()ActionConfig.response(ResponseConfig response) Configuration of response processing.ActionConfig.timeoutSeconds(Integer timeoutSeconds) Optional 1-60 second timeout enforced on the execution or test of this action.Methods in com.mypurecloud.sdk.v2.model with parameters of type ActionConfigModifier and TypeMethodDescriptionAction.config(ActionConfig config) Configuration to support request and response processingPostActionInput.config(ActionConfig config) Configuration to support request and response processingUpdateActionInput.config(ActionConfig config) Configuration to support request and response processingUpdateDraftInput.config(ActionConfig config) Configuration to support request and response processingvoidAction.setConfig(ActionConfig config) voidPostActionInput.setConfig(ActionConfig config) voidUpdateActionInput.setConfig(ActionConfig config) voidUpdateDraftInput.setConfig(ActionConfig config)