Class: Aws::Types::RecognizeUtteranceRequest
- Inherits:
-
Object
- Object
- Aws::Types::RecognizeUtteranceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#input_stream ⇒ ::IO
Returns the value of attribute input_stream.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#request_attributes ⇒ ::String
Returns the value of attribute request_attributes.
-
#request_content_type ⇒ ::String
Returns the value of attribute request_content_type.
-
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ ::String
Returns the value of attribute session_state.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def bot_id @bot_id end |
#input_stream ⇒ ::IO
Returns the value of attribute input_stream.
271 272 273 |
# File 'sig/types.rbs', line 271 def input_stream @input_stream end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def locale_id @locale_id end |
#request_attributes ⇒ ::String
Returns the value of attribute request_attributes.
268 269 270 |
# File 'sig/types.rbs', line 268 def request_attributes @request_attributes end |
#request_content_type ⇒ ::String
Returns the value of attribute request_content_type.
269 270 271 |
# File 'sig/types.rbs', line 269 def request_content_type @request_content_type end |
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
270 271 272 |
# File 'sig/types.rbs', line 270 def response_content_type @response_content_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def session_id @session_id end |
#session_state ⇒ ::String
Returns the value of attribute session_state.
267 268 269 |
# File 'sig/types.rbs', line 267 def session_state @session_state end |