Class: Aws::Types::AggregatedUtterancesSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contains_data_from_deleted_resources ⇒ Boolean

Returns the value of attribute contains_data_from_deleted_resources.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


51
52
53
# File 'sig/types.rbs', line 51

def missed_count
  @missed_count
end

#utterance ⇒ ::String

Returns the value of attribute utterance.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def utterance_last_recorded_in_aggregation_duration
  @utterance_last_recorded_in_aggregation_duration
end