Class: Aws::Connect::Types::AgentContactReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentContactReference
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the contact associated to the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_contact_state ⇒ String
The [state of the contact][1].
-
#channel ⇒ String
The channel of the contact.
-
#connected_to_agent_timestamp ⇒ Time
The time at which the contact was connected to an agent.
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
-
#initiation_method ⇒ String
How the contact was initiated.
-
#queue ⇒ Types::QueueReference
Contains information about a queue resource for which metrics are returned.
-
#state_start_timestamp ⇒ Time
The epoch timestamp when the contact state started.
Instance Attribute Details
#agent_contact_state ⇒ String
The state of the contact.
AgentContactState
is set to CONNECTED_ONHOLD
,
StateStartTimestamp
is not changed. Instead, StateStartTimestamp
reflects the time the contact was CONNECTED
to the agent.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#channel ⇒ String
The channel of the contact.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#connected_to_agent_timestamp ⇒ Time
The time at which the contact was connected to an agent.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#initiation_method ⇒ String
How the contact was initiated.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ Types::QueueReference
Contains information about a queue resource for which metrics are returned.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |
#state_start_timestamp ⇒ Time
The epoch timestamp when the contact state started.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 152 class AgentContactReference < Struct.new( :contact_id, :channel, :initiation_method, :agent_contact_state, :state_start_timestamp, :connected_to_agent_timestamp, :queue) SENSITIVE = [] include Aws::Structure end |