Class: Aws::Types::RealtimeContactAnalysisSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesTypes::Categories

Returns the value of attribute categories.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def categories
  @categories
end

#extracted_informationTypes::ExtractedInformation

Returns the value of attribute extracted_information.



94
95
96
# File 'sig/types.rbs', line 94

def extracted_information
  @extracted_information
end

#post_contact_summaryTypes::PostContactSummary

Returns the value of attribute post_contact_summary.



93
94
95
# File 'sig/types.rbs', line 93

def post_contact_summary
  @post_contact_summary
end

#transcriptTypes::Transcript

Returns the value of attribute transcript.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def transcript
  @transcript
end