Class: Aws::Types::ListUtteranceAnalyticsDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUtteranceAnalyticsDataResponse
- 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.
-
#utterances ⇒ ::Array[Types::UtteranceSpecification]
Returns the value of attribute utterances.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def next_token @next_token end |
#utterances ⇒ ::Array[Types::UtteranceSpecification]
Returns the value of attribute utterances.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def utterances @utterances end |