Uses of Class
com.mypurecloud.sdk.v2.model.ActionInput
Packages that use ActionInput
-
Uses of ActionInput in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionInputModifier and TypeMethodDescriptionActionContract.getInput()ActionInput.inputSchema(JsonSchemaDocument inputSchema) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.ActionInput.inputSchemaFlattened(JsonSchemaDocument inputSchemaFlattened) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.ActionInput.inputSchemaUri(String inputSchemaUri) The URI of the input schemaMethods in com.mypurecloud.sdk.v2.model with parameters of type ActionInputModifier and TypeMethodDescriptionActionContract.input(ActionInput input) The input required when executing this action.voidActionContract.setInput(ActionInput input)