Class: Aws::LexModelBuildingService::Types::DeleteIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteIntentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Note:
When making an API call, you may pass DeleteIntentRequest data as a hash:
{
name: "IntentName", # required
}
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.
693 694 695 696 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 693 class DeleteIntentRequest < Struct.new( :name) include Aws::Structure end |