Module: Aws::LexRuntimeV2::Client::_RecognizeUtteranceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RecognizeUtteranceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audio_stream ⇒ ::IO
- #content_type ⇒ ::String
- #input_mode ⇒ ::String
- #input_transcript ⇒ ::String
- #interpretations ⇒ ::String
- #messages ⇒ ::String
- #recognized_bot_member ⇒ ::String
- #request_attributes ⇒ ::String
- #session_id ⇒ ::String
- #session_state ⇒ ::String
Instance Method Details
#audio_stream ⇒ ::IO
171 |
# File 'sig/client.rbs', line 171
def audio_stream: () -> ::IO
|
#content_type ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def content_type: () -> ::String
|
#input_mode ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def input_mode: () -> ::String
|
#input_transcript ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def input_transcript: () -> ::String
|
#interpretations ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def interpretations: () -> ::String
|
#messages ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def messages: () -> ::String
|
#recognized_bot_member ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def recognized_bot_member: () -> ::String
|
#request_attributes ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def request_attributes: () -> ::String
|
#session_id ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def session_id: () -> ::String
|
#session_state ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def session_state: () -> ::String
|