Class: Aws::Types::SlotCaptureSetting
- Inherits:
-
Object
- Object
- Aws::Types::SlotCaptureSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute capture_conditional.
-
#capture_next_step ⇒ Types::DialogState
Returns the value of attribute capture_next_step.
-
#capture_response ⇒ Types::ResponseSpecification
Returns the value of attribute capture_response.
-
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Returns the value of attribute code_hook.
-
#elicitation_code_hook ⇒ Types::ElicitationCodeHookInvocationSetting
Returns the value of attribute elicitation_code_hook.
-
#failure_conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute failure_conditional.
-
#failure_next_step ⇒ Types::DialogState
Returns the value of attribute failure_next_step.
-
#failure_response ⇒ Types::ResponseSpecification
Returns the value of attribute failure_response.
Instance Attribute Details
#capture_conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute capture_conditional.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def capture_conditional @capture_conditional end |
#capture_next_step ⇒ Types::DialogState
Returns the value of attribute capture_next_step.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def capture_next_step @capture_next_step end |
#capture_response ⇒ Types::ResponseSpecification
Returns the value of attribute capture_response.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def capture_response @capture_response end |
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Returns the value of attribute code_hook.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def code_hook @code_hook end |
#elicitation_code_hook ⇒ Types::ElicitationCodeHookInvocationSetting
Returns the value of attribute elicitation_code_hook.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def elicitation_code_hook @elicitation_code_hook end |
#failure_conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute failure_conditional.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def failure_conditional @failure_conditional end |
#failure_next_step ⇒ Types::DialogState
Returns the value of attribute failure_next_step.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def failure_next_step @failure_next_step end |
#failure_response ⇒ Types::ResponseSpecification
Returns the value of attribute failure_response.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def failure_response @failure_response end |