Class: Aws::Connect::Types::ContactSearchSummaryAgentInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the agent who accepted the contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_to_agent_timestampTime

The timestamp when the contact was connected to the agent.

Returns:

  • (Time)


2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2317

class ContactSearchSummaryAgentInfo < Struct.new(
  :id,
  :connected_to_agent_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the agent who accepted the contact.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2317

class ContactSearchSummaryAgentInfo < Struct.new(
  :id,
  :connected_to_agent_timestamp)
  SENSITIVE = []
  include Aws::Structure
end