Class: Aws::Types::RealtimeContactAnalysisSegment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Attachments, Categories, Event, Issues, PostContactSummary, Transcript, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsTypes::RealTimeContactAnalysisSegmentAttachments

Returns the value of attribute attachments.



6730
6731
6732
# File 'sig/types.rbs', line 6730

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6727
6728
6729
# File 'sig/types.rbs', line 6727

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6729
6730
6731
# File 'sig/types.rbs', line 6729

def event
  @event
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6728
6729
6730
# File 'sig/types.rbs', line 6728

def issues
  @issues
end

#post_contact_summaryTypes::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

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6726
6727
6728
# File 'sig/types.rbs', line 6726

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6732
6733
6734
# File 'sig/types.rbs', line 6732

def unknown
  @unknown
end