Module: Aws::LexModelsV2::Client::_ListBuiltInIntentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBuiltInIntentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #built_in_intent_summaries ⇒ ::Array[Types::BuiltInIntentSummary]
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#built_in_intent_summaries ⇒ ::Array[Types::BuiltInIntentSummary]
1415 |
# File 'sig/client.rbs', line 1415
def built_in_intent_summaries: () -> ::Array[Types::BuiltInIntentSummary]
|
#locale_id ⇒ ::String
1417 |
# File 'sig/client.rbs', line 1417
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1416 |
# File 'sig/client.rbs', line 1416
def next_token: () -> ::String
|