Class: Aws::Connect::Types::GetContactMetricsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the contact for which metrics were retrieved.

Returns:

  • (String)


14647
14648
14649
14650
14651
14652
14653
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14647

class GetContactMetricsResponse < Struct.new(
  :metric_results,
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the contact for which metrics were retrieved. This matches the ContactId provided in the request.

Returns:

  • (String)


14647
14648
14649
14650
14651
14652
14653
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14647

class GetContactMetricsResponse < Struct.new(
  :metric_results,
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#metric_resultsArray<Types::ContactMetricResult>

A list of metric results containing the calculated values for each requested metric. Each result includes the metric name and its corresponding value. For example, POSITION_IN_QUEUE returns a numeric value representing the contact's position in queue, and ESTIMATED_WAIT_TIME returns the predicted wait time in seconds.

Returns:



14647
14648
14649
14650
14651
14652
14653
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14647

class GetContactMetricsResponse < Struct.new(
  :metric_results,
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end