class Aws::LexModelBuildingService::Types::DeleteIntentVersionRequest

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

data as a hash:

    {
      name: "IntentName", # required
      version: "NumericalVersion", # required
    }

@!attribute [rw] name

The name of the intent.
@return [String]

@!attribute [rw] version

The version of the intent to delete. You cannot delete the `$LATEST`
version of the intent. To delete the `$LATEST` version, use the
DeleteIntent operation.
@return [String]

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

Constants

SENSITIVE