Class: Aws::Types::RecognizeUtteranceResponse
- Inherits:
-
Object
- Object
- Aws::Types::RecognizeUtteranceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#input_mode ⇒ ::String
Returns the value of attribute input_mode.
-
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
-
#interpretations ⇒ ::String
Returns the value of attribute interpretations.
-
#messages ⇒ ::String
Returns the value of attribute messages.
-
#recognized_bot_member ⇒ ::String
Returns the value of attribute recognized_bot_member.
-
#request_attributes ⇒ ::String
Returns the value of attribute request_attributes.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ ::String
Returns the value of attribute session_state.
Instance Attribute Details
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
284 285 286 |
# File 'sig/types.rbs', line 284 def audio_stream @audio_stream end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
277 278 279 |
# File 'sig/types.rbs', line 277 def content_type @content_type end |
#input_mode ⇒ ::String
Returns the value of attribute input_mode.
276 277 278 |
# File 'sig/types.rbs', line 276 def input_mode @input_mode end |
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
283 284 285 |
# File 'sig/types.rbs', line 283 def input_transcript @input_transcript end |
#interpretations ⇒ ::String
Returns the value of attribute interpretations.
279 280 281 |
# File 'sig/types.rbs', line 279 def interpretations @interpretations end |
#messages ⇒ ::String
Returns the value of attribute messages.
278 279 280 |
# File 'sig/types.rbs', line 278 def @messages end |
#recognized_bot_member ⇒ ::String
Returns the value of attribute recognized_bot_member.
285 286 287 |
# File 'sig/types.rbs', line 285 def recognized_bot_member @recognized_bot_member end |
#request_attributes ⇒ ::String
Returns the value of attribute request_attributes.
281 282 283 |
# File 'sig/types.rbs', line 281 def request_attributes @request_attributes end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def session_id @session_id end |
#session_state ⇒ ::String
Returns the value of attribute session_state.
280 281 282 |
# File 'sig/types.rbs', line 280 def session_state @session_state end |