Class: Aws::LexModelBuildingService::Types::DeleteIntentVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the intent.

Returns:

  • (String)


824
825
826
827
828
829
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 824

class DeleteIntentVersionRequest < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

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.

Returns:

  • (String)


824
825
826
827
828
829
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 824

class DeleteIntentVersionRequest < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end