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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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.
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13180 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 |