You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::CreateSlotTypeVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateSlotTypeVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

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.

Returns:

  • (String)

    Checksum for the $LATEST version of the slot type that you want to publish.

#nameString

The name of the slot type that you want to create a new version for. The name is case sensitive.

Returns:

  • (String)

    The name of the slot type that you want to create a new version for.