Class: Aws::Types::ListIntentMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIntentMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#results ⇒ ::Array[Types::AnalyticsIntentResult]
Returns the value of attribute results.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def next_token @next_token end |
#results ⇒ ::Array[Types::AnalyticsIntentResult]
Returns the value of attribute results.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def results @results end |