Class: Aws::Connect::Types::AgentInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AgentInfo
 
 
- 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
- 
  
    
      #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.
 
Instance Attribute Details
#agent_pause_duration_in_seconds ⇒ Integer
Agent pause duration for a contact in seconds.
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) 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*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end  | 
  
#connected_to_agent_timestamp ⇒ Time
The timestamp when the contact was connected to the agent.
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end  | 
  
#device_info ⇒ Types::DeviceInfo
Information regarding Agent’s device.
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end  | 
  
#hierarchy_groups ⇒ Types::HierarchyGroups
The agent hierarchy groups for the agent.
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the agent who accepted the contact.
      274 275 276 277 278 279 280 281 282 283  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 274 class AgentInfo < Struct.new( :id, :connected_to_agent_timestamp, :agent_pause_duration_in_seconds, :hierarchy_groups, :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end  |