Uses of Class
com.mypurecloud.sdk.v2.model.ResponseConfig
Packages that use ResponseConfig
-
Uses of ResponseConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseConfigModifier and TypeMethodDescriptionActionConfig.getResponse()ResponseConfig.successTemplate(String successTemplate) Velocity template to build response to return from Action.ResponseConfig.successTemplateUri(String successTemplateUri) URI to retrieve success template.ResponseConfig.translationMap(Map<String, String> translationMap) Map 'attribute name' and 'JSON path' pairs used to extract data from REST response.ResponseConfig.translationMapDefaults(Map<String, String> translationMapDefaults) Map 'attribute name' and 'default value' pairs used as fallback values if JSON path extraction fails for specified key.Methods in com.mypurecloud.sdk.v2.model with parameters of type ResponseConfigModifier and TypeMethodDescriptionActionConfig.response(ResponseConfig response) Configuration of response processing.voidActionConfig.setResponse(ResponseConfig response)