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.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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 theAMAZON.AlphaNumericbuilt-in slot type. For more information, seeAMAZON.AlphaNumeric.ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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.
12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12925 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 |