Class: Aws::LexModelsV2::Types::SlotDefaultValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::SlotDefaultValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Specifies the default value to use when a user doesn’t provide a value for a slot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default value to use when a user doesn’t provide a value for a slot.
 
Instance Attribute Details
#default_value ⇒ String
The default value to use when a user doesn’t provide a value for a slot.
      12316 12317 12318 12319 12320  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12316 class SlotDefaultValue < Struct.new( :default_value) SENSITIVE = [] include Aws::Structure end  |