Module: Aws::LexRuntimeV2::Client::_PutSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audio_stream ⇒ ::IO
- #content_type ⇒ ::String
- #messages ⇒ ::String
- #request_attributes ⇒ ::String
- #session_id ⇒ ::String
- #session_state ⇒ ::String
Instance Method Details
#audio_stream ⇒ ::IO
123 |
# File 'sig/client.rbs', line 123
def audio_stream: () -> ::IO
|
#content_type ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def content_type: () -> ::String
|
#messages ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def messages: () -> ::String
|
#request_attributes ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def request_attributes: () -> ::String
|
#session_id ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def session_id: () -> ::String
|
#session_state ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def session_state: () -> ::String
|