2017/05/11 - Amazon Lex Model Building Service - 3 new api methods
Changes Update lex-models client to latest version
Deletes a specific version of a bot. To delete all versions of a bot, use the operation.
This operation requires permissions for the lex:DeleteBotVersion action.
See also: AWS API Documentation
Request Syntax
client.delete_bot_version( name='string', version='string' )
string
[REQUIRED]
The name of the bot.
string
[REQUIRED]
The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the $LATEST version, use the operation.
None
Deletes a specific version of a slot type. To delete all versions of a slot type, use the operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion action.
See also: AWS API Documentation
Request Syntax
client.delete_slot_type_version( name='string', version='string' )
string
[REQUIRED]
The name of the slot type.
string
[REQUIRED]
The version of the slot type to delete. You cannot delete the $LATEST version of the slot type. To delete the $LATEST version, use the operation.
None
Deletes a specific version of an intent. To delete all versions of a intent, use the operation.
This operation requires permissions for the lex:DeleteIntentVersion action.
See also: AWS API Documentation
Request Syntax
client.delete_intent_version( name='string', version='string' )
string
[REQUIRED]
The name of the intent.
string
[REQUIRED]
The version of the intent to delete. You cannot delete the $LATEST version of the intent. To delete the $LATEST version, use the operation.
None