View source: R/lexmodelsv2_operations.R
lexmodelsv2_update_slot_type | R Documentation |
Updates the configuration of an existing slot type.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_update_slot_type/ for full documentation.
lexmodelsv2_update_slot_type(
slotTypeId,
slotTypeName,
description = NULL,
slotTypeValues = NULL,
valueSelectionSetting = NULL,
parentSlotTypeSignature = NULL,
botId,
botVersion,
localeId,
externalSourceSetting = NULL,
compositeSlotTypeSetting = NULL
)
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 |
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 |
|
compositeSlotTypeSetting |
Specifications for a composite slot type. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.