Class: Aws::Types::RealTimeContactAnalysisSegmentTranscript

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:



6807
6808
6809
# File 'sig/types.rbs', line 6807

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:



6808
6809
6810
# File 'sig/types.rbs', line 6808

def content_type
  @content_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:



6806
6807
6808
# File 'sig/types.rbs', line 6806

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:



6803
6804
6805
# File 'sig/types.rbs', line 6803

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:



6804
6805
6806
# File 'sig/types.rbs', line 6804

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:



6805
6806
6807
# File 'sig/types.rbs', line 6805

def participant_role
  @participant_role
end

#redactionTypes::RealTimeContactAnalysisTranscriptItemRedaction

Returns the value of attribute redaction.

Returns:



6810
6811
6812
# File 'sig/types.rbs', line 6810

def redaction
  @redaction
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:



6811
6812
6813
# File 'sig/types.rbs', line 6811

def sentiment
  @sentiment
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.

Returns:



6809
6810
6811
# File 'sig/types.rbs', line 6809

def time
  @time
end