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)


6714
6715
6716
# File 'sig/types.rbs', line 6714

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6715
6716
6717
# File 'sig/types.rbs', line 6715

def content_type
  @content_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6713
6714
6715
# File 'sig/types.rbs', line 6713

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6710
6711
6712
# File 'sig/types.rbs', line 6710

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6711
6712
6713
# File 'sig/types.rbs', line 6711

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6712
6713
6714
# File 'sig/types.rbs', line 6712

def participant_role
  @participant_role
end

#redactionTypes::RealTimeContactAnalysisTranscriptItemRedaction

Returns the value of attribute redaction.



6717
6718
6719
# File 'sig/types.rbs', line 6717

def redaction
  @redaction
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

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


6718
6719
6720
# File 'sig/types.rbs', line 6718

def sentiment
  @sentiment
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6716
6717
6718
# File 'sig/types.rbs', line 6716

def time
  @time
end