class Aws::LexModelBuildingService::Types::CreateIntentVersionRequest

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

data as a hash:

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

@!attribute [rw] name

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

@!attribute [rw] checksum

Checksum of the `$LATEST` version of the intent that should be used
to create the new version. If you specify a checksum and the
`$LATEST` version of the intent has a different checksum, Amazon Lex
returns a `PreconditionFailedException` exception and doesn't
publish a 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/CreateIntentVersionRequest AWS API Documentation

Constants

SENSITIVE