Class: Aws::Types::UserTurnInputSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute request_attributes.

Returns:

  • (::Hash[::String, ::String])


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