Class: Aws::Types::AggregatedUtterancesSummary
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedUtterancesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains_data_from_deleted_resources ⇒ Boolean
Returns the value of attribute contains_data_from_deleted_resources.
-
#hit_count ⇒ ::Integer
Returns the value of attribute hit_count.
-
#missed_count ⇒ ::Integer
Returns the value of attribute missed_count.
-
#utterance ⇒ ::String
Returns the value of attribute utterance.
-
#utterance_first_recorded_in_aggregation_duration ⇒ ::Time
Returns the value of attribute utterance_first_recorded_in_aggregation_duration.
-
#utterance_last_recorded_in_aggregation_duration ⇒ ::Time
Returns the value of attribute utterance_last_recorded_in_aggregation_duration.
Instance Attribute Details
#contains_data_from_deleted_resources ⇒ Boolean
Returns the value of attribute contains_data_from_deleted_resources.
54 55 56 |
# File 'sig/types.rbs', line 54 def contains_data_from_deleted_resources @contains_data_from_deleted_resources end |
#hit_count ⇒ ::Integer
Returns the value of attribute hit_count.
50 51 52 |
# File 'sig/types.rbs', line 50 def hit_count @hit_count end |
#missed_count ⇒ ::Integer
Returns the value of attribute missed_count.
51 52 53 |
# File 'sig/types.rbs', line 51 def missed_count @missed_count end |
#utterance ⇒ ::String
Returns the value of attribute utterance.
49 50 51 |
# File 'sig/types.rbs', line 49 def utterance @utterance end |
#utterance_first_recorded_in_aggregation_duration ⇒ ::Time
Returns the value of attribute utterance_first_recorded_in_aggregation_duration.
52 53 54 |
# File 'sig/types.rbs', line 52 def utterance_first_recorded_in_aggregation_duration @utterance_first_recorded_in_aggregation_duration end |
#utterance_last_recorded_in_aggregation_duration ⇒ ::Time
Returns the value of attribute utterance_last_recorded_in_aggregation_duration.
53 54 55 |
# File 'sig/types.rbs', line 53 def utterance_last_recorded_in_aggregation_duration @utterance_last_recorded_in_aggregation_duration end |