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.



6398
6399
6400
# File 'sig/types.rbs', line 6398

def attachments
  @attachments
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6397
6398
6399
# File 'sig/types.rbs', line 6397

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6394
6395
6396
# File 'sig/types.rbs', line 6394

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6395
6396
6397
# File 'sig/types.rbs', line 6395

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6396
6397
6398
# File 'sig/types.rbs', line 6396

def participant_role
  @participant_role
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6399
6400
6401
# File 'sig/types.rbs', line 6399

def time
  @time
end