Deletes a specific version of an intent
Source:R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_delete_intent_version.RdDeletes a specific version of an intent. To delete all versions of a intent, use the delete_intent operation.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_delete_intent_version/ for full documentation.
Arguments
- name
[required] The name of the intent.
- version
[required] The version of the intent to delete. You cannot delete the
$LATESTversion of the intent. To delete the$LATESTversion, use thedelete_intentoperation.