Class: Aws::LexModelsV2::Types::DescribeBotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot to describe.

Returns:

  • (String)


5987
5988
5989
5990
5991
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5987

class DescribeBotRequest < Struct.new(
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end