Class: Aws::Types::RealTimeContactAnalysisSegmentEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6412
6413
6414
# File 'sig/types.rbs', line 6412

def display_name
  @display_name
end

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


6413
6414
6415
# File 'sig/types.rbs', line 6413

def event_type
  @event_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6409
6410
6411
# File 'sig/types.rbs', line 6409

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6410
6411
6412
# File 'sig/types.rbs', line 6410

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6411
6412
6413
# File 'sig/types.rbs', line 6411

def participant_role
  @participant_role
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6414
6415
6416
# File 'sig/types.rbs', line 6414

def time
  @time
end