Method: Aws::LexModelsV2::Types::CreateBotResponse#bot_id

Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

#bot_idString

A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.

Returns:

  • (String)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3835

class CreateBotResponse < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :role_arn,
  :data_privacy,
  :idle_session_ttl_in_seconds,
  :bot_status,
  :creation_date_time,
  :bot_tags,
  :test_bot_alias_tags,
  :bot_type,
  :bot_members,
  :error_log_settings)
  SENSITIVE = []
  include Aws::Structure
end