Class: Aws::LexModelsV2::Types::BuildBotLocaleResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::BuildBotLocaleResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the specified bot. 
- 
  
    
      #bot_locale_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bot’s build status. 
- 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the bot that was built. 
- 
  
    
      #last_build_submitted_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A timestamp indicating the date and time that the bot was last built for this locale. 
- 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The language and locale specified of where the bot can be used. 
Instance Attribute Details
#bot_id ⇒ String
The identifier of the specified bot.
| 2820 2821 2822 2823 2824 2825 2826 2827 2828 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2820 class BuildBotLocaleResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_locale_status, :last_build_submitted_date_time) SENSITIVE = [] include Aws::Structure end | 
#bot_locale_status ⇒ String
The bot’s build status. When the status is ‘ReadyExpressTesting` you can test the bot using the utterances defined for the intents and slot types. When the status is `Built`, the bot is ready for use and can be tested using any utterance.
| 2820 2821 2822 2823 2824 2825 2826 2827 2828 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2820 class BuildBotLocaleResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_locale_status, :last_build_submitted_date_time) SENSITIVE = [] include Aws::Structure end | 
#bot_version ⇒ String
The version of the bot that was built. This is only the draft version of the bot.
| 2820 2821 2822 2823 2824 2825 2826 2827 2828 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2820 class BuildBotLocaleResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_locale_status, :last_build_submitted_date_time) SENSITIVE = [] include Aws::Structure end | 
#last_build_submitted_date_time ⇒ Time
A timestamp indicating the date and time that the bot was last built for this locale.
| 2820 2821 2822 2823 2824 2825 2826 2827 2828 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2820 class BuildBotLocaleResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_locale_status, :last_build_submitted_date_time) SENSITIVE = [] include Aws::Structure end | 
#locale_id ⇒ String
The language and locale specified of where the bot can be used.
| 2820 2821 2822 2823 2824 2825 2826 2827 2828 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2820 class BuildBotLocaleResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_locale_status, :last_build_submitted_date_time) SENSITIVE = [] include Aws::Structure end |