lexmodelsv2_update_slot_type: Updates the configuration of an existing slot type

View source: R/lexmodelsv2_operations.R

lexmodelsv2_update_slot_typeR Documentation

Updates the configuration of an existing slot type

Description

Updates 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
compositeSlotTypeSetting

Specifications for a composite slot type.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.