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:

  • (::String)


6594
6595
6596
# File 'sig/types.rbs', line 6594

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6595
6596
6597
# File 'sig/types.rbs', line 6595

def content_type
  @content_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6593
6594
6595
# File 'sig/types.rbs', line 6593

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6590
6591
6592
# File 'sig/types.rbs', line 6590

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6591
6592
6593
# File 'sig/types.rbs', line 6591

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR")


6592
6593
6594
# File 'sig/types.rbs', line 6592

def participant_role
  @participant_role
end

#redactionTypes::RealTimeContactAnalysisTranscriptItemRedaction

Returns the value of attribute redaction.



6597
6598
6599
# File 'sig/types.rbs', line 6597

def redaction
  @redaction
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

  • ("POSITIVE", "NEGATIVE", "NEUTRAL")


6598
6599
6600
# File 'sig/types.rbs', line 6598

def sentiment
  @sentiment
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6596
6597
6598
# File 'sig/types.rbs', line 6596

def time
  @time
end