Class: Aws::Types::RealTimeContactAnalysisSegmentAttachments

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::RealTimeContactAnalysisAttachment]

Returns the value of attribute attachments.



6552
6553
6554
# File 'sig/types.rbs', line 6552

def attachments
  @attachments
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6551
6552
6553
# File 'sig/types.rbs', line 6551

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6548
6549
6550
# File 'sig/types.rbs', line 6548

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6549
6550
6551
# File 'sig/types.rbs', line 6549

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6550
6551
6552
# File 'sig/types.rbs', line 6550

def participant_role
  @participant_role
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6553
6554
6555
# File 'sig/types.rbs', line 6553

def time
  @time
end