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)


6566
6567
6568
# File 'sig/types.rbs', line 6566

def display_name
  @display_name
end

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


6567
6568
6569
# File 'sig/types.rbs', line 6567

def event_type
  @event_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6563
6564
6565
# File 'sig/types.rbs', line 6563

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6564
6565
6566
# File 'sig/types.rbs', line 6564

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6565
6566
6567
# File 'sig/types.rbs', line 6565

def participant_role
  @participant_role
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6568
6569
6570
# File 'sig/types.rbs', line 6568

def time
  @time
end