lexmodelbuildingservice_get_slot_type {paws.machine.learning} | R Documentation |
Returns information about a specific version of a slot type
Description
Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_slot_type/ for full documentation.
Usage
lexmodelbuildingservice_get_slot_type(name, version)
Arguments
name |
[required] The name of the slot type. The name is case sensitive. |
version |
[required] The version of the slot type. |
[Package paws.machine.learning version 0.9.0 Index]