deleteCustomAction
abstract suspend fun deleteCustomAction(input: DeleteCustomActionRequest): DeleteCustomActionResponse
Deletes a custom action.
Samples
// Delete a custom action
val resp = chatbotClient.deleteCustomAction {
customActionArn = "arn:aws:chatbot::1234567890:custom-action/my-custom-action"
}Content copied to clipboard