Class: Aws::Types::ListIntentMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIntentMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::AnalyticsIntentFilter]
Returns the value of attribute filters.
-
#group_by ⇒ ::Array[Types::AnalyticsIntentGroupBySpecification]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metrics ⇒ ::Array[Types::AnalyticsIntentMetric]
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
#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]
Returns the value of attribute bin_by.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def bin_by @bin_by end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsIntentFilter]
Returns the value of attribute filters.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def filters @filters end |
#group_by ⇒ ::Array[Types::AnalyticsIntentGroupBySpecification]
Returns the value of attribute group_by.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def max_results @max_results end |
#metrics ⇒ ::Array[Types::AnalyticsIntentMetric]
Returns the value of attribute metrics.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def next_token @next_token end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def start_date_time @start_date_time end |