AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the filter used when retrieving metrics. MetricFiltersV2 can be used on the following metrics: AVG_AGENT_CONNECTING_TIME, CONTACTS_CREATED, CONTACTS_HANDLED, SUM_CONTACTS_DISCONNECTED.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.MetricFilterV2

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class MetricFilterV2

The MetricFilterV2 type exposes the following members

Constructors

NameDescription
Public Method MetricFilterV2()

Properties

NameTypeDescription
Public Property MetricFilterKey System.String

Gets and sets the property MetricFilterKey.

The key to use for filtering data.

Valid metric filter keys:

  • ANSWERING_MACHINE_DETECTION_STATUS

  • CASE_STATUS

  • DISCONNECT_REASON

  • FLOWS_ACTION_IDENTIFIER

  • FLOWS_NEXT_ACTION_IDENTIFIER

  • FLOWS_OUTCOME_TYPE

  • FLOWS_RESOURCE_TYPE

  • INITIATION_METHOD

Public Property MetricFilterValues System.Collections.Generic.List<System.String>

Gets and sets the property MetricFilterValues.

The values to use for filtering data. Values for metric-level filters can be either a fixed set of values or a customized list, depending on the use case.

For valid values of metric-level filters INITIATION_METHOD, DISCONNECT_REASON, and ANSWERING_MACHINE_DETECTION_STATUS, see ContactTraceRecord in the Amazon Connect Administrator Guide.

For valid values of the metric-level filter FLOWS_OUTCOME_TYPE, see the description for the Flow outcome metric in the Amazon Connect Administrator Guide.

For valid values of the metric-level filter BOT_CONVERSATION_OUTCOME_TYPE, see the description for the Bot conversations completed in the Amazon Connect Administrator Guide.

For valid values of the metric-level filter BOT_INTENT_OUTCOME_TYPE, see the description for the Bot intents completed metric in the Amazon Connect Administrator Guide.

Public Property Negate System.Boolean

Gets and sets the property Negate.

If set to true, the API response contains results that filter out the results matched by the metric-level filters condition. By default, Negate is set to false.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5