Deletes a specific version of an intent
Deletes a specific version of an intent. To delete all versions of a
intent, use the delete_intent
operation.
This operation requires permissions for the lex:DeleteIntentVersion
action.
lexmodelbuildingservice_delete_intent_version(name, version)
name |
[required] The name of the intent. |
version |
[required] The version of the intent to delete. You cannot delete the |
An empty list.
svc$delete_intent_version( name = "string", version = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.