Module: Aws::LexModelsV2::Client::_ListIntentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIntentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #intent_summaries ⇒ ::Array[Types::IntentSummary]
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1631 |
# File 'sig/client.rbs', line 1631
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1632 |
# File 'sig/client.rbs', line 1632
def bot_version: () -> ::String
|
#intent_summaries ⇒ ::Array[Types::IntentSummary]
1634 |
# File 'sig/client.rbs', line 1634
def intent_summaries: () -> ::Array[Types::IntentSummary]
|
#locale_id ⇒ ::String
1633 |
# File 'sig/client.rbs', line 1633
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1635 |
# File 'sig/client.rbs', line 1635
def next_token: () -> ::String
|