Deletes 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.
lexmodelbuildingservice_delete_intent_version(name, version)
[required] The name of the intent.
[required] The version of the intent to delete. You cannot delete the $LATEST
version of the intent. To delete the $LATEST
version, use the
delete_intent
operation.