Class: Aws::LexModelsV2::Types::SubSlotSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SubSlotSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifications for the constituent sub slots and the expression for the composite slot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
-
#slot_specifications ⇒ Hash<String,Types::Specifications>
Specifications for the constituent sub slots of a composite slot.
Instance Attribute Details
#expression ⇒ String
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
13405 13406 13407 13408 13409 13410 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13405 class SubSlotSetting < Struct.new( :expression, :slot_specifications) SENSITIVE = [] include Aws::Structure end |
#slot_specifications ⇒ Hash<String,Types::Specifications>
Specifications for the constituent sub slots of a composite slot.
13405 13406 13407 13408 13409 13410 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13405 class SubSlotSetting < Struct.new( :expression, :slot_specifications) SENSITIVE = [] include Aws::Structure end |