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
1527 |
# File 'sig/client.rbs', line 1527
def bot_id: () -> ::String
|
#next_token ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529
def next_token: () -> ::String
|
#results ⇒ ::Array[Types::AnalyticsIntentResult]
1528 |
# File 'sig/client.rbs', line 1528
def results: () -> ::Array[Types::AnalyticsIntentResult]
|