Method: Aws::LexModelsV2::Types::DescribeBotRequest#bot_id
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#bot_id ⇒ String
The unique identifier of the bot to describe.
6122 6123 6124 6125 6126 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6122 class DescribeBotRequest < Struct.new( :bot_id) SENSITIVE = [] include Aws::Structure end |