You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::CreateSlotTypeVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelBuildingService::Types::CreateSlotTypeVersionResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #checksum  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Checksum of the $LATESTversion of the slot type.
- 
  
    
      #created_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date that the slot type was created. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the slot type. 
- 
  
    
      #enumeration_values  ⇒ Array<Types::EnumerationValue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of EnumerationValueobjects that defines the values that the slot type can take.
- 
  
    
      #last_updated_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date that the slot type was updated. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the slot type. 
- 
  
    
      #parent_slot_type_signature  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The built-in slot type used a the parent of the slot type. 
- 
  
    
      #slot_type_configurations  ⇒ Array<Types::SlotTypeConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration information that extends the parent built-in slot type. 
- 
  
    
      #value_selection_strategy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The strategy that Amazon Lex uses to determine the value of the slot. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version assigned to the new slot type version. 
Instance Attribute Details
#checksum ⇒ String
Checksum of the $LATEST version of the slot type.
#created_date ⇒ Time
The date that the slot type was created.
#description ⇒ String
A description of the slot type.
#enumeration_values ⇒ Array<Types::EnumerationValue>
A list of EnumerationValue objects that defines the values that the
slot type can take.
#last_updated_date ⇒ Time
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
#name ⇒ String
The name of the slot type.
#parent_slot_type_signature ⇒ String
The built-in slot type used a the parent of the slot type.
#slot_type_configurations ⇒ Array<Types::SlotTypeConfiguration>
Configuration information that extends the parent built-in slot type.
#value_selection_strategy ⇒ String
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.
Possible values:
- ORIGINAL_VALUE
- TOP_RESOLUTION
#version ⇒ String
The version assigned to the new slot type version.