Class: Aws::Types::RealtimeContactAnalysisSegment
- Inherits:
-
Object
- Object
- Aws::Types::RealtimeContactAnalysisSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categories ⇒ Types::Categories
Returns the value of attribute categories.
-
#extracted_information ⇒ Types::ExtractedInformation
Returns the value of attribute extracted_information.
-
#post_contact_summary ⇒ Types::PostContactSummary
Returns the value of attribute post_contact_summary.
-
#transcript ⇒ Types::Transcript
Returns the value of attribute transcript.
Instance Attribute Details
#categories ⇒ Types::Categories
Returns the value of attribute categories.
92 93 94 |
# File 'sig/types.rbs', line 92 def categories @categories end |
#extracted_information ⇒ Types::ExtractedInformation
Returns the value of attribute extracted_information.
94 95 96 |
# File 'sig/types.rbs', line 94 def extracted_information @extracted_information end |
#post_contact_summary ⇒ Types::PostContactSummary
Returns the value of attribute post_contact_summary.
93 94 95 |
# File 'sig/types.rbs', line 93 def post_contact_summary @post_contact_summary end |
#transcript ⇒ Types::Transcript
Returns the value of attribute transcript.
91 92 93 |
# File 'sig/types.rbs', line 91 def transcript @transcript end |