Class: Aws::Types::RealtimeContactAnalysisSegment

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

Defined Under Namespace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsTypes::RealTimeContactAnalysisSegmentAttachments

Returns the value of attribute attachments.



6745
6746
6747
# File 'sig/types.rbs', line 6745

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6742
6743
6744
# File 'sig/types.rbs', line 6742

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6744
6745
6746
# File 'sig/types.rbs', line 6744

def event
  @event
end

#extracted_informationTypes::RealTimeContactAnalysisSegmentExtractedInformation

Returns the value of attribute extracted_information.



6747
6748
6749
# File 'sig/types.rbs', line 6747

def extracted_information
  @extracted_information
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6743
6744
6745
# File 'sig/types.rbs', line 6743

def issues
  @issues
end

#post_contact_summaryTypes::RealTimeContactAnalysisSegmentPostContactSummary

Returns the value of attribute post_contact_summary.



6746
6747
6748
# File 'sig/types.rbs', line 6746

def post_contact_summary
  @post_contact_summary
end

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6741
6742
6743
# File 'sig/types.rbs', line 6741

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6748
6749
6750
# File 'sig/types.rbs', line 6748

def unknown
  @unknown
end