Class: Aws::Types::SlotValueElicitationSetting
- Inherits:
-
Object
- Object
- Aws::Types::SlotValueElicitationSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value_specification ⇒ Types::SlotDefaultValueSpecification
Returns the value of attribute default_value_specification.
-
#prompt_specification ⇒ Types::PromptSpecification
Returns the value of attribute prompt_specification.
-
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
-
#slot_capture_setting ⇒ Types::SlotCaptureSetting
Returns the value of attribute slot_capture_setting.
-
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
-
#slot_resolution_setting ⇒ Types::SlotResolutionSetting
Returns the value of attribute slot_resolution_setting.
-
#wait_and_continue_specification ⇒ Types::WaitAndContinueSpecification
Returns the value of attribute wait_and_continue_specification.
Instance Attribute Details
#default_value_specification ⇒ Types::SlotDefaultValueSpecification
Returns the value of attribute default_value_specification.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def default_value_specification @default_value_specification end |
#prompt_specification ⇒ Types::PromptSpecification
Returns the value of attribute prompt_specification.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def prompt_specification @prompt_specification end |
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def sample_utterances @sample_utterances end |
#slot_capture_setting ⇒ Types::SlotCaptureSetting
Returns the value of attribute slot_capture_setting.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def slot_capture_setting @slot_capture_setting end |
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def slot_constraint @slot_constraint end |
#slot_resolution_setting ⇒ Types::SlotResolutionSetting
Returns the value of attribute slot_resolution_setting.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def slot_resolution_setting @slot_resolution_setting end |
#wait_and_continue_specification ⇒ Types::WaitAndContinueSpecification
Returns the value of attribute wait_and_continue_specification.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def wait_and_continue_specification @wait_and_continue_specification end |