Amazon Lex Model Building Service

2017/05/11 - Amazon Lex Model Building Service - 3 new api methods

Changes  Update lex-models client to latest version

DeleteBotVersion (new) Link ¶

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'
)
type name:

string

param name:

[REQUIRED]

The name of the bot.

type version:

string

param version:

[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.

returns:

None

DeleteSlotTypeVersion (new) Link ¶

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'
)
type name:

string

param name:

[REQUIRED]

The name of the slot type.

type version:

string

param version:

[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.

returns:

None

DeleteIntentVersion (new) Link ¶

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'
)
type name:

string

param name:

[REQUIRED]

The name of the intent.

type version:

string

param version:

[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.

returns:

None