Class: Aws::LexModelBuildingService::Types::DeleteIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteIntentRequest
- 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.
Instance Attribute Details
#name ⇒ String
The name of the intent. The name is case sensitive.
806 807 808 809 810 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 806 class DeleteIntentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |