Module: Aws::LexModelsV2::Client::_ListIntentMetricsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIntentMetricsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#bot_id ⇒ ::String
1532 |
# File 'sig/client.rbs', line 1532
def bot_id: () -> ::String
|
#next_token ⇒ ::String
1534 |
# File 'sig/client.rbs', line 1534
def next_token: () -> ::String
|
#results ⇒ ::Array[Types::AnalyticsIntentResult]
1533 |
# File 'sig/client.rbs', line 1533
def results: () -> ::Array[Types::AnalyticsIntentResult]
|