Module: Aws::LexRuntimeV2::Client::_GetSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #interpretations ⇒ ::Array[Types::Interpretation]
- #messages ⇒ ::Array[Types::Message]
- #session_id ⇒ ::String
- #session_state ⇒ Types::SessionState
Instance Method Details
#interpretations ⇒ ::Array[Types::Interpretation]
104 |
# File 'sig/client.rbs', line 104
def interpretations: () -> ::Array[Types::Interpretation]
|
#messages ⇒ ::Array[Types::Message]
103 |
# File 'sig/client.rbs', line 103
def messages: () -> ::Array[Types::Message]
|
#session_id ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def session_id: () -> ::String
|
#session_state ⇒ Types::SessionState
105 |
# File 'sig/client.rbs', line 105
def session_state: () -> Types::SessionState
|