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.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def @attachments end |
#categories ⇒ Types::RealTimeContactAnalysisSegmentCategories
Returns the value of attribute categories.
6727 6728 6729 |
# File 'sig/types.rbs', line 6727 def categories @categories end |
#event ⇒ Types::RealTimeContactAnalysisSegmentEvent
Returns the value of attribute event.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def event @event end |
#issues ⇒ Types::RealTimeContactAnalysisSegmentIssues
Returns the value of attribute issues.
6728 6729 6730 |
# File 'sig/types.rbs', line 6728 def issues @issues end |
#post_contact_summary ⇒ Types::RealTimeContactAnalysisSegmentPostContactSummary
Returns the value of attribute post_contact_summary.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def post_contact_summary @post_contact_summary end |
#transcript ⇒ Types::RealTimeContactAnalysisSegmentTranscript
Returns the value of attribute transcript.
6726 6727 6728 |
# File 'sig/types.rbs', line 6726 def transcript @transcript end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def unknown @unknown end |