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.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def @attachments end |
#categories ⇒ Types::RealTimeContactAnalysisSegmentCategories
Returns the value of attribute categories.
6628 6629 6630 |
# File 'sig/types.rbs', line 6628 def categories @categories end |
#event ⇒ Types::RealTimeContactAnalysisSegmentEvent
Returns the value of attribute event.
6630 6631 6632 |
# File 'sig/types.rbs', line 6630 def event @event end |
#issues ⇒ Types::RealTimeContactAnalysisSegmentIssues
Returns the value of attribute issues.
6629 6630 6631 |
# File 'sig/types.rbs', line 6629 def issues @issues end |
#post_contact_summary ⇒ Types::RealTimeContactAnalysisSegmentPostContactSummary
Returns the value of attribute post_contact_summary.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def post_contact_summary @post_contact_summary end |
#transcript ⇒ Types::RealTimeContactAnalysisSegmentTranscript
Returns the value of attribute transcript.
6627 6628 6629 |
# File 'sig/types.rbs', line 6627 def transcript @transcript end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6633 6634 6635 |
# File 'sig/types.rbs', line 6633 def unknown @unknown end |