Class: Aws::Types::ListUtteranceAnalyticsDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUtteranceAnalyticsDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#filters ⇒ ::Array[Types::AnalyticsUtteranceFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::UtteranceDataSortBy
Returns the value of attribute sort_by.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsUtteranceFilter]
Returns the value of attribute filters.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def next_token @next_token end |
#sort_by ⇒ Types::UtteranceDataSortBy
Returns the value of attribute sort_by.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def sort_by @sort_by end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def start_date_time @start_date_time end |