Class: Aws::Connect::Types::AgentInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentInfo
- 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
-
#accepted_by_agent_timestamp ⇒ Time
The timestamp when the contact was accepted by the agent.
-
#after_contact_work_duration ⇒ Integer
The difference in time, in whole seconds, between
AfterContactWorkStartTimestampandAfterContactWorkEndTimestamp. -
#after_contact_work_end_timestamp ⇒ Time
The date and time when the agent ended After Contact Work for the contact, in UTC time.
-
#after_contact_work_start_timestamp ⇒ Time
The date and time when the agent started doing After Contact Work for the contact, in UTC time.
-
#agent_initiated_hold_duration ⇒ Integer
The total hold duration in seconds initiated by the agent.
-
#agent_pause_duration_in_seconds ⇒ Integer
Agent pause duration for a contact in seconds.
-
#capabilities ⇒ Types::ParticipantCapabilities
The configuration for the allowed video and screen sharing capabilities for participants present over the call.
-
#connected_to_agent_timestamp ⇒ Time
The timestamp when the contact was connected to the agent.
-
#device_info ⇒ Types::DeviceInfo
Information regarding Agent’s device.
-
#hierarchy_groups ⇒ Types::HierarchyGroups
The agent hierarchy groups for the agent.
-
#id ⇒ String
The identifier of the agent who accepted the contact.
-
#preview_end_timestamp ⇒ Time
The timestamp when the agent finished previewing the contact.
-
#state_transitions ⇒ Array<Types::StateTransition>
List of
StateTransitionfor a supervisor.
Instance Attribute Details
#accepted_by_agent_timestamp ⇒ Time
The timestamp when the contact was accepted by the agent.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#after_contact_work_duration ⇒ Integer
The difference in time, in whole seconds, between
AfterContactWorkStartTimestamp and AfterContactWorkEndTimestamp.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#after_contact_work_end_timestamp ⇒ Time
The date and time when the agent ended After Contact Work for the
contact, in UTC time. In cases when agent finishes doing
AfterContactWork for chat contacts and switches their activity
status to offline or equivalent without clearing the contact in CCP,
discrepancies may be noticed for AfterContactWorkEndTimestamp.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#after_contact_work_start_timestamp ⇒ Time
The date and time when the agent started doing After Contact Work for the contact, in UTC time.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#agent_initiated_hold_duration ⇒ Integer
The total hold duration in seconds initiated by the agent.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#agent_pause_duration_in_seconds ⇒ Integer
Agent pause duration for a contact in seconds.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#capabilities ⇒ Types::ParticipantCapabilities
The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#connected_to_agent_timestamp ⇒ Time
The timestamp when the contact was connected to the agent.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#device_info ⇒ Types::DeviceInfo
Information regarding Agent’s device.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#hierarchy_groups ⇒ Types::HierarchyGroups
The agent hierarchy groups for the agent.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the agent who accepted the contact.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#preview_end_timestamp ⇒ Time
The timestamp when the agent finished previewing the contact.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |
#state_transitions ⇒ Array<Types::StateTransition>
List of StateTransition for a supervisor.
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 323 class AgentInfo < Struct.new( :id, :accepted_by_agent_timestamp, :preview_end_timestamp, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities, :after_contact_work_duration, :after_contact_work_start_timestamp, :after_contact_work_end_timestamp, :agent_initiated_hold_duration, :state_transitions) SENSITIVE = [] include Aws::Structure end |