Class: Aws::Connect::Types::GetContactMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetContactMetricsRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#metrics ⇒ Array<Types::ContactMetricInfo>
A list of contact level metrics to retrieve.Supported metrics include POSITION_IN_QUEUE (the contact's current position in the queue) and ESTIMATED_WAIT_TIME (the predicted time in seconds until the contact is connected to an agent).
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
14467 14468 14469 14470 14471 14472 14473 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14467 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
14467 14468 14469 14470 14471 14472 14473 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14467 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<Types::ContactMetricInfo>
A list of contact level metrics to retrieve.Supported metrics include POSITION_IN_QUEUE (the contact's current position in the queue) and ESTIMATED_WAIT_TIME (the predicted time in seconds until the contact is connected to an agent)
14467 14468 14469 14470 14471 14472 14473 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14467 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |