Class: Aws::LexModelsV2::Types::SubSlotTypeComposition
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SubSlotTypeComposition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Subslot type composition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of a constituent sub slot inside a composite slot.
-
#slot_type_id ⇒ String
The unique identifier assigned to a slot type.
Instance Attribute Details
#name ⇒ String
Name of a constituent sub slot inside a composite slot.
13425 13426 13427 13428 13429 13430 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13425 class SubSlotTypeComposition < Struct.new( :name, :slot_type_id) SENSITIVE = [] include Aws::Structure end |
#slot_type_id ⇒ String
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
13425 13426 13427 13428 13429 13430 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13425 class SubSlotTypeComposition < Struct.new( :name, :slot_type_id) SENSITIVE = [] include Aws::Structure end |