Class: Aws::Types::RealtimeContactAnalysisSegment
- Inherits:
-
Object
- Object
- Aws::Types::RealtimeContactAnalysisSegment
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Attachments, Categories, Event, Issues, PostContactSummary, Transcript, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ Types::RealTimeContactAnalysisSegmentAttachments
Returns the value of attribute attachments.
-
#categories ⇒ Types::RealTimeContactAnalysisSegmentCategories
Returns the value of attribute categories.
-
#event ⇒ Types::RealTimeContactAnalysisSegmentEvent
Returns the value of attribute event.
-
#issues ⇒ Types::RealTimeContactAnalysisSegmentIssues
Returns the value of attribute issues.
-
#post_contact_summary ⇒ Types::RealTimeContactAnalysisSegmentPostContactSummary
Returns the value of attribute post_contact_summary.
-
#transcript ⇒ Types::RealTimeContactAnalysisSegmentTranscript
Returns the value of attribute transcript.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attachments ⇒ Types::RealTimeContactAnalysisSegmentAttachments
Returns the value of attribute attachments.
6477 6478 6479 |
# File 'sig/types.rbs', line 6477 def @attachments end |
#categories ⇒ Types::RealTimeContactAnalysisSegmentCategories
Returns the value of attribute categories.
6474 6475 6476 |
# File 'sig/types.rbs', line 6474 def categories @categories end |
#event ⇒ Types::RealTimeContactAnalysisSegmentEvent
Returns the value of attribute event.
6476 6477 6478 |
# File 'sig/types.rbs', line 6476 def event @event end |
#issues ⇒ Types::RealTimeContactAnalysisSegmentIssues
Returns the value of attribute issues.
6475 6476 6477 |
# File 'sig/types.rbs', line 6475 def issues @issues end |
#post_contact_summary ⇒ Types::RealTimeContactAnalysisSegmentPostContactSummary
Returns the value of attribute post_contact_summary.
6478 6479 6480 |
# File 'sig/types.rbs', line 6478 def post_contact_summary @post_contact_summary end |
#transcript ⇒ Types::RealTimeContactAnalysisSegmentTranscript
Returns the value of attribute transcript.
6473 6474 6475 |
# File 'sig/types.rbs', line 6473 def transcript @transcript end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6479 6480 6481 |
# File 'sig/types.rbs', line 6479 def unknown @unknown end |