Class: Aws::Types::ListUtteranceMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUtteranceMetricsResponse
- 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::AnalyticsUtteranceResult]
Returns the value of attribute results.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def next_token @next_token end |
#results ⇒ ::Array[Types::AnalyticsUtteranceResult]
Returns the value of attribute results.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def results @results end |