Class: Aws::LexModelsV2::Types::SlotTypeSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::SlotTypeSummary
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides summary information about a slot type.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the slot type. 
- 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A timestamp of the date and time that the slot type was last updated. 
- 
  
    
      #parent_slot_type_signature  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If the slot type is derived from a built-on slot type, the name of the parent slot type. 
- 
  
    
      #slot_type_category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates the type of the slot type. 
- 
  
    
      #slot_type_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier assigned to the slot type. 
- 
  
    
      #slot_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the slot type. 
Instance Attribute Details
#description ⇒ String
The description of the slot type.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end | 
#last_updated_date_time ⇒ Time
A timestamp of the date and time that the slot type was last updated.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end | 
#parent_slot_type_signature ⇒ String
If the slot type is derived from a built-on slot type, the name of the parent slot type.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end | 
#slot_type_category ⇒ String
Indicates the type of the slot type.
- Custom- A slot type that you created using custom values. For more information, see Creating custom slot types.
- Extended- A slot type created by extending the- AMAZON.AlphaNumericbuilt-in slot type. For more information, see- AMAZON.AlphaNumeric.
- ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end | 
#slot_type_id ⇒ String
The unique identifier assigned to the slot type.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end | 
#slot_type_name ⇒ String
The name of the slot type.
| 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12751 class SlotTypeSummary < Struct.new( :slot_type_id, :slot_type_name, :description, :parent_slot_type_signature, :last_updated_date_time, :slot_type_category) SENSITIVE = [] include Aws::Structure end |