Class: Aws::Types::UtteranceData
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#distinct_users ⇒ ::Integer
Returns the value of attribute distinct_users.
-
#first_uttered_date ⇒ ::Time
Returns the value of attribute first_uttered_date.
-
#last_uttered_date ⇒ ::Time
Returns the value of attribute last_uttered_date.
-
#utterance_string ⇒ ::String
Returns the value of attribute utterance_string.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
968 969 970 |
# File 'sig/types.rbs', line 968 def count @count end |
#distinct_users ⇒ ::Integer
Returns the value of attribute distinct_users.
969 970 971 |
# File 'sig/types.rbs', line 969 def distinct_users @distinct_users end |
#first_uttered_date ⇒ ::Time
Returns the value of attribute first_uttered_date.
970 971 972 |
# File 'sig/types.rbs', line 970 def first_uttered_date @first_uttered_date end |
#last_uttered_date ⇒ ::Time
Returns the value of attribute last_uttered_date.
971 972 973 |
# File 'sig/types.rbs', line 971 def last_uttered_date @last_uttered_date end |
#utterance_string ⇒ ::String
Returns the value of attribute utterance_string.
967 968 969 |
# File 'sig/types.rbs', line 967 def utterance_string @utterance_string end |