aws lexv2-models create-slot-type

Creates a custom slot type To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume

Options

NameDescription
--slot-type-name <string>The name for the slot. A slot type name must be unique within the account
--description <string>A description of the slot type. Use the description to help identify the slot type in lists
--slot-type-values <list>A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for a slot
--value-selection-setting <structure>Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values: OriginalValue - Returns the value entered by the user, if the user value is similar to the slot value. TopResolution - If there is a resolution list for the slot, return the first value in the resolution list. If there is no resolution list, return null. If you don't specify the valueSelectionSetting parameter, the default is OriginalValue
--parent-slot-type-signature <string>The built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type. Only AMAZON.AlphaNumeric is supported
--bot-id <string>The identifier of the bot associated with this slot type
--bot-version <string>The identifier of the bot version associated with this slot type
--locale-id <string>The identifier of the language and locale that the slot type will be used in. The string must match one of the supported locales. All of the bots, intents, and slots used by the slot type must have the same locale. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command