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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-connect/types.rb', line 2133

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)


2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-connect/types.rb', line 2133

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