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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


5914
5915
5916
5917
5918
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5914

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