Class: Aws::LexRuntimeV2::Types::ElicitSubSlot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb

Overview

The specific constituent sub slot of the composite slot to elicit in dialog action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the slot that should be elicited from the user.

Returns:

  • (String)


507
508
509
510
511
512
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 507

class ElicitSubSlot < Struct.new(
  :name,
  :sub_slot_to_elicit)
  SENSITIVE = []
  include Aws::Structure
end

#sub_slot_to_elicitTypes::ElicitSubSlot

The field is not supported.



507
508
509
510
511
512
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 507

class ElicitSubSlot < Struct.new(
  :name,
  :sub_slot_to_elicit)
  SENSITIVE = []
  include Aws::Structure
end