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.



6636
6637
6638
# File 'sig/types.rbs', line 6636

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6633
6634
6635
# File 'sig/types.rbs', line 6633

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6635
6636
6637
# File 'sig/types.rbs', line 6635

def event
  @event
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6634
6635
6636
# File 'sig/types.rbs', line 6634

def issues
  @issues
end

#post_contact_summaryTypes::RealTimeContactAnalysisSegmentPostContactSummary

Returns the value of attribute post_contact_summary.



6637
6638
6639
# File 'sig/types.rbs', line 6637

def post_contact_summary
  @post_contact_summary
end

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6632
6633
6634
# File 'sig/types.rbs', line 6632

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6638
6639
6640
# File 'sig/types.rbs', line 6638

def unknown
  @unknown
end