lexmodelbuildingservice_delete_slot_type_version {paws.machine.learning}R Documentation

Deletes a specific version of a slot type

Description

Deletes a specific version of a slot type. To delete all versions of a slot type, use the delete_slot_type operation.

See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_delete_slot_type_version/ for full documentation.

Usage

lexmodelbuildingservice_delete_slot_type_version(name, version)

Arguments

name

[required] The name of the slot type.

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 delete_slot_type operation.


[Package paws.machine.learning version 0.9.0 Index]