Class: Aws::Types::ListUtteranceMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUtteranceMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AnalyticsUtteranceAttribute]
Returns the value of attribute attributes.
-
#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]
Returns the value of attribute bin_by.
-
#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.
-
#group_by ⇒ ::Array[Types::AnalyticsUtteranceGroupBySpecification]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metrics ⇒ ::Array[Types::AnalyticsUtteranceMetric]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AnalyticsUtteranceAttribute]
Returns the value of attribute attributes.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def attributes @attributes end |
#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]
Returns the value of attribute bin_by.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def bin_by @bin_by end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsUtteranceFilter]
Returns the value of attribute filters.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def filters @filters end |
#group_by ⇒ ::Array[Types::AnalyticsUtteranceGroupBySpecification]
Returns the value of attribute group_by.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def max_results @max_results end |
#metrics ⇒ ::Array[Types::AnalyticsUtteranceMetric]
Returns the value of attribute metrics.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def next_token @next_token end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def start_date_time @start_date_time end |