Class: Aws::LexModelsV2::Types::SubSlotSetting

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#expressionString

The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

Returns:

  • (String)


13332
13333
13334
13335
13336
13337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13332

class SubSlotSetting < Struct.new(
  :expression,
  :slot_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#slot_specificationsHash<String,Types::Specifications>

Specifications for the constituent sub slots of a composite slot.

Returns:



13332
13333
13334
13335
13336
13337
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13332

class SubSlotSetting < Struct.new(
  :expression,
  :slot_specifications)
  SENSITIVE = []
  include Aws::Structure
end