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.



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

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6628
6629
6630
# File 'sig/types.rbs', line 6628

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6630
6631
6632
# File 'sig/types.rbs', line 6630

def event
  @event
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6629
6630
6631
# File 'sig/types.rbs', line 6629

def issues
  @issues
end

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

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6627
6628
6629
# File 'sig/types.rbs', line 6627

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end