Class: Aws::LexRuntimeV2::Types::ElicitSubSlot
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::ElicitSubSlot
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the slot that should be elicited from the user.
-
#sub_slot_to_elicit ⇒ Types::ElicitSubSlot
The field is not supported.
Instance Attribute Details
#name ⇒ String
The name of the slot that should be elicited from the user.
507 508 509 510 511 512 |
# File '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_elicit ⇒ Types::ElicitSubSlot
The field is not supported.
507 508 509 510 511 512 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 507 class ElicitSubSlot < Struct.new( :name, :sub_slot_to_elicit) SENSITIVE = [] include Aws::Structure end |