class Aws::LexModelsV2::Types::DeleteSlotTypeRequest
@note When making an API call, you may pass DeleteSlotTypeRequest
data as a hash: { slot_type_id: "Id", # required bot_id: "Id", # required bot_version: "DraftBotVersion", # required locale_id: "LocaleId", # required skip_resource_in_use_check: false, }
@!attribute [rw] slot_type_id
The identifier of the slot type to delete. @return [String]
@!attribute [rw] bot_id
The identifier of the bot associated with the slot type. @return [String]
@!attribute [rw] bot_version
The version of the bot associated with the slot type. @return [String]
@!attribute [rw] locale_id
The identifier of the language and locale that the slot type will be deleted from. The string must match one of the supported locales. For more information, see [Supported languages][1]. [1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html @return [String]
@!attribute [rw] skip_resource_in_use_check
By default, the `DeleteSlotType` operations throws a `ResourceInUseException` exception if you try to delete a slot type used by a slot. Set the `skipResourceInUseCheck` parameter to `true` to skip this check and remove the slot type even if a slot uses it. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DeleteSlotTypeRequest AWS API Documentation
Constants
- SENSITIVE