Class: Aws::Types::InitialResponseSetting
- Inherits:
-
Object
- Object
- Aws::Types::InitialResponseSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Returns the value of attribute code_hook.
-
#conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute conditional.
-
#initial_response ⇒ Types::ResponseSpecification
Returns the value of attribute initial_response.
-
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
Instance Attribute Details
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Returns the value of attribute code_hook.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def code_hook @code_hook end |
#conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute conditional.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def conditional @conditional end |
#initial_response ⇒ Types::ResponseSpecification
Returns the value of attribute initial_response.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def initial_response @initial_response end |
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def next_step @next_step end |