Class: Aws::LexModelBuildingService::Types::DeleteBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Note:
When making an API call, you may pass DeleteBotRequest data as a hash:
{
name: "BotName", # required
}
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the bot.
Instance Attribute Details
#name ⇒ String
The name of the bot. The name is case sensitive.
649 650 651 652 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 649 class DeleteBotRequest < Struct.new( :name) include Aws::Structure end |