Module: Aws::Lex::Client::_GetSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_contexts ⇒ ::Array[Types::ActiveContext]
- #dialog_action ⇒ Types::DialogAction
- #recent_intent_summary_view ⇒ ::Array[Types::IntentSummary]
- #session_attributes ⇒ ::Hash[::String, ::String]
- #session_id ⇒ ::String
Instance Method Details
#active_contexts ⇒ ::Array[Types::ActiveContext]
102 |
# File 'sig/client.rbs', line 102
def active_contexts: () -> ::Array[Types::ActiveContext]
|
#dialog_action ⇒ Types::DialogAction
101 |
# File 'sig/client.rbs', line 101
def dialog_action: () -> Types::DialogAction
|
#recent_intent_summary_view ⇒ ::Array[Types::IntentSummary]
98 |
# File 'sig/client.rbs', line 98
def recent_intent_summary_view: () -> ::Array[Types::IntentSummary]
|
#session_attributes ⇒ ::Hash[::String, ::String]
99 |
# File 'sig/client.rbs', line 99
def session_attributes: () -> ::Hash[::String, ::String]
|
#session_id ⇒ ::String
100 |
# File 'sig/client.rbs', line 100
def session_id: () -> ::String
|