Class: Aws::Types::UtteranceEvent
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
-
#entities ⇒ ::Array[Types::CallAnalyticsEntity]
Returns the value of attribute entities.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#issues_detected ⇒ ::Array[Types::IssueDetected]
Returns the value of attribute issues_detected.
-
#items ⇒ ::Array[Types::CallAnalyticsItem]
Returns the value of attribute items.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#language_identification ⇒ ::Array[Types::CallAnalyticsLanguageWithScore]
Returns the value of attribute language_identification.
-
#participant_role ⇒ "AGENT", "CUSTOMER"
Returns the value of attribute participant_role.
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
-
#transcript ⇒ ::String
Returns the value of attribute transcript.
-
#utterance_id ⇒ ::String
Returns the value of attribute utterance_id.
Instance Attribute Details
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
524 525 526 |
# File 'sig/types.rbs', line 524 def begin_offset_millis @begin_offset_millis end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
525 526 527 |
# File 'sig/types.rbs', line 525 def end_offset_millis @end_offset_millis end |
#entities ⇒ ::Array[Types::CallAnalyticsEntity]
Returns the value of attribute entities.
528 529 530 |
# File 'sig/types.rbs', line 528 def entities @entities end |
#event_type ⇒ Object
Returns the value of attribute event_type.
533 534 535 |
# File 'sig/types.rbs', line 533 def event_type @event_type end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
522 523 524 |
# File 'sig/types.rbs', line 522 def is_partial @is_partial end |
#issues_detected ⇒ ::Array[Types::IssueDetected]
Returns the value of attribute issues_detected.
530 531 532 |
# File 'sig/types.rbs', line 530 def issues_detected @issues_detected end |
#items ⇒ ::Array[Types::CallAnalyticsItem]
Returns the value of attribute items.
527 528 529 |
# File 'sig/types.rbs', line 527 def items @items end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
531 532 533 |
# File 'sig/types.rbs', line 531 def language_code @language_code end |
#language_identification ⇒ ::Array[Types::CallAnalyticsLanguageWithScore]
Returns the value of attribute language_identification.
532 533 534 |
# File 'sig/types.rbs', line 532 def language_identification @language_identification end |
#participant_role ⇒ "AGENT", "CUSTOMER"
Returns the value of attribute participant_role.
523 524 525 |
# File 'sig/types.rbs', line 523 def participant_role @participant_role end |
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
529 530 531 |
# File 'sig/types.rbs', line 529 def sentiment @sentiment end |
#transcript ⇒ ::String
Returns the value of attribute transcript.
526 527 528 |
# File 'sig/types.rbs', line 526 def transcript @transcript end |
#utterance_id ⇒ ::String
Returns the value of attribute utterance_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def utterance_id @utterance_id end |