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.



6826
6827
6828
# File 'sig/types.rbs', line 6826

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6823
6824
6825
# File 'sig/types.rbs', line 6823

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6825
6826
6827
# File 'sig/types.rbs', line 6825

def event
  @event
end

#extracted_informationTypes::RealTimeContactAnalysisSegmentExtractedInformation

Returns the value of attribute extracted_information.



6828
6829
6830
# File 'sig/types.rbs', line 6828

def extracted_information
  @extracted_information
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6824
6825
6826
# File 'sig/types.rbs', line 6824

def issues
  @issues
end

#post_contact_summaryTypes::RealTimeContactAnalysisSegmentPostContactSummary

Returns the value of attribute post_contact_summary.



6827
6828
6829
# File 'sig/types.rbs', line 6827

def post_contact_summary
  @post_contact_summary
end

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6822
6823
6824
# File 'sig/types.rbs', line 6822

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6829
6830
6831
# File 'sig/types.rbs', line 6829

def unknown
  @unknown
end