lexmodelsv2_delete_slot: Deletes the specified slot from an intent

View source: R/lexmodelsv2_operations.R

lexmodelsv2_delete_slotR Documentation

Deletes the specified slot from an intent

Description

Deletes the specified slot from an intent.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_slot/ for full documentation.

Usage

lexmodelsv2_delete_slot(slotId, botId, botVersion, localeId, intentId)

Arguments

slotId

[required] The identifier of the slot to delete.

botId

[required] The identifier of the bot associated with the slot to delete.

botVersion

[required] The version of the bot associated with the slot to delete.

localeId

[required] The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.

intentId

[required] The identifier of the intent associated with the slot.


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