Contact Center AI Insights v1 API - Enum QueryMetricsRequest.Types.TimeGranularity (2.18.0)

public enum QueryMetricsRequest.Types.TimeGranularity

Reference documentation and code samples for the Contact Center AI Insights v1 API enum QueryMetricsRequest.Types.TimeGranularity.

A time granularity divides the time line into discrete time periods. This is useful for defining buckets over which filtering and aggregation should be performed.

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Fields

Name Description
Daily

Data points in the time series will aggregate at a daily granularity. 1 day means [midnight to midnight).

Hourly

Data points in the time series will aggregate at a daily granularity. 1 HOUR means [01:00 to 02:00).

Monthly

Data points in the time series will aggregate at a monthly granularity. 1 MONTH means [01st of the month to 1st of the next month).

None

No time granularity. The response won't contain a time series. This is the default value if no time granularity is specified.

Per5Minutes

Data points in the time series will aggregate at a 1 minute granularity. PER_5_MINUTES means [01:00 to 01:05).

PerMinute

Data points in the time series will aggregate at a daily granularity. PER_MINUTE means [01:00 to 01:01).

Unspecified

The time granularity is unspecified and will default to NONE.