Class: Aws::LexModelsV2::Types::SlotTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotTypeSummary
- Includes:
- Structure
- Defined in:
- 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.
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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.
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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.
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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.AlphaNumeric` built-in slot type. For more information, see [ `AMAZON.AlphaNumeric` ][2].
-
‘ExternalGrammar` - A slot type using a custom GRXML grammar to define values. For more information, see [Using a custom grammar slot type].
[1]: docs.aws.amazon.com/lexv2/latest/dg/custom-slot-types.html [2]: docs.aws.amazon.com/lexv2/latest/dg/built-in-slot-alphanumerice.html [3]: docs.aws.amazon.com/lexv2/latest/dg/building-grxml.html
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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.
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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.
12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646 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 |