Updates the configuration of an existing slot type
Source:R/lexmodelsv2_operations.R
lexmodelsv2_update_slot_type.RdUpdates the configuration of an existing slot type.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_update_slot_type/ for full documentation.
Usage
lexmodelsv2_update_slot_type(
slotTypeId,
slotTypeName,
description = NULL,
slotTypeValues = NULL,
valueSelectionSetting = NULL,
parentSlotTypeSignature = NULL,
botId,
botVersion,
localeId,
externalSourceSetting = NULL,
compositeSlotTypeSetting = NULL
)Arguments
- slotTypeId
[required] The unique identifier of the slot type to update.
- slotTypeName
[required] The new name of the slot type.
- description
The new description of the slot type.
- slotTypeValues
A new list of values and their optional synonyms that define the values that the slot type can take.
- valueSelectionSetting
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
- parentSlotTypeSignature
The new built-in slot type that should be used as the parent of this slot type.
- botId
[required] The identifier of the bot that contains the slot type.
- botVersion
[required] The version of the bot that contains the slot type. Must be
DRAFT.- localeId
[required] The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see Supported languages.
- externalSourceSetting
Provides information about the external source of the slot type's definition.
- compositeSlotTypeSetting
Specifications for a composite slot type.