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.



6756
6757
6758
# File 'sig/types.rbs', line 6756

def attachments
  @attachments
end

#categoriesTypes::RealTimeContactAnalysisSegmentCategories

Returns the value of attribute categories.



6753
6754
6755
# File 'sig/types.rbs', line 6753

def categories
  @categories
end

#eventTypes::RealTimeContactAnalysisSegmentEvent

Returns the value of attribute event.



6755
6756
6757
# File 'sig/types.rbs', line 6755

def event
  @event
end

#extracted_informationTypes::RealTimeContactAnalysisSegmentExtractedInformation

Returns the value of attribute extracted_information.



6758
6759
6760
# File 'sig/types.rbs', line 6758

def extracted_information
  @extracted_information
end

#issuesTypes::RealTimeContactAnalysisSegmentIssues

Returns the value of attribute issues.



6754
6755
6756
# File 'sig/types.rbs', line 6754

def issues
  @issues
end

#post_contact_summaryTypes::RealTimeContactAnalysisSegmentPostContactSummary

Returns the value of attribute post_contact_summary.



6757
6758
6759
# File 'sig/types.rbs', line 6757

def post_contact_summary
  @post_contact_summary
end

#transcriptTypes::RealTimeContactAnalysisSegmentTranscript

Returns the value of attribute transcript.



6752
6753
6754
# File 'sig/types.rbs', line 6752

def transcript
  @transcript
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6759
6760
6761
# File 'sig/types.rbs', line 6759

def unknown
  @unknown
end