Class: Aws::LexModelsV2::Types::BotLocaleSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::BotLocaleSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Summary information about bot locales returned by the
- ListBotLocales][1
 - 
operation.
 
[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotLocales.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_locale_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the bot locale.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the bot locale.
 - 
  
    
      #last_build_submitted_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp of the date and time that the bot locale was last built.
 - 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp of the date and time that the bot locale was last updated.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The language and locale of the bot locale.
 - 
  
    
      #locale_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the bot locale.
 
Instance Attribute Details
#bot_locale_status ⇒ String
The current status of the bot locale. When the status is ‘Built` the locale is ready for use.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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  | 
  
#description ⇒ String
The description of the bot locale.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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_time ⇒ Time
A timestamp of the date and time that the bot locale was last built.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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_time ⇒ Time
A timestamp of the date and time that the bot locale was last updated.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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_id ⇒ String
The language and locale of the bot locale.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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_name ⇒ String
The name of the bot locale.
      2401 2402 2403 2404 2405 2406 2407 2408 2409 2410  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2401 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  |