Class: Aws::Connect::Types::AgentInfo

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

#agent_pause_duration_in_secondsInteger

Agent pause duration for a contact in seconds.

Returns:

  • (Integer)


221
222
223
224
225
226
227
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 221

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

#connected_to_agent_timestampTime

The timestamp when the contact was connected to the agent.

Returns:

  • (Time)


221
222
223
224
225
226
227
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 221

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

#idString

The identifier of the agent who accepted the contact.

Returns:

  • (String)


221
222
223
224
225
226
227
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 221

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