Class: Aws::LexModelsV2::Types::BotLocaleSummary

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

Overview

Summary information about bot locales returned by the ListBotLocales operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_locale_statusString

The current status of the bot locale. When the status is Built the locale is ready for use.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the bot locale.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_build_submitted_date_timeTime

A timestamp of the date and time that the bot locale was last built.

Returns:

  • (Time)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

A timestamp of the date and time that the bot locale was last updated.

Returns:

  • (Time)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The language and locale of the bot locale.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#locale_nameString

The name of the bot locale.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2328

class BotLocaleSummary < Struct.new(
  :locale_id,
  :locale_name,
  :description,
  :bot_locale_status,
  :last_updated_date_time,
  :last_build_submitted_date_time)
  SENSITIVE = []
  include Aws::Structure
end