Class: Aws::LexModelBuildingService::Types::DeleteIntentVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteIntentVersionRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the intent.
-
#version ⇒ String
The version of the intent to delete.
Instance Attribute Details
#name ⇒ String
The name of the intent.
824 825 826 827 828 829 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 824 class DeleteIntentVersionRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
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.
824 825 826 827 828 829 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 824 class DeleteIntentVersionRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |