class Aws::LexModelBuildingService::Types::CreateSlotTypeVersionRequest

@note When making an API call, you may pass CreateSlotTypeVersionRequest

data as a hash:

    {
      name: "SlotTypeName", # required
      checksum: "String",
    }

@!attribute [rw] name

The name of the slot type that you want to create a new version for.
The name is case sensitive.
@return [String]

@!attribute [rw] checksum

Checksum for the `$LATEST` version of the slot type that you want to
publish. If you specify a checksum and the `$LATEST` version of the
slot type has a different checksum, Amazon Lex returns a
`PreconditionFailedException` exception and doesn't publish the new
version. If you don't specify a checksum, Amazon Lex publishes the
`$LATEST` version.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/CreateSlotTypeVersionRequest AWS API Documentation

Constants

SENSITIVE