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]
1420 |
# File 'sig/client.rbs', line 1420 def built_in_intent_summaries: () -> ::Array[Types::BuiltInIntentSummary] |
#locale_id ⇒ ::String
1422 |
# File 'sig/client.rbs', line 1422 def locale_id: () -> ::String |
#next_token ⇒ ::String
1421 |
# File 'sig/client.rbs', line 1421 def next_token: () -> ::String |