Class: Aws::Types::UserTurnInputSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UserTurnInputSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
-
#session_state ⇒ Types::InputSessionStateSpecification
Returns the value of attribute session_state.
-
#utterance_input ⇒ Types::UtteranceInputSpecification
Returns the value of attribute utterance_input.
Instance Attribute Details
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def request_attributes @request_attributes end |
#session_state ⇒ Types::InputSessionStateSpecification
Returns the value of attribute session_state.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def session_state @session_state end |
#utterance_input ⇒ Types::UtteranceInputSpecification
Returns the value of attribute utterance_input.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def utterance_input @utterance_input end |