View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries (google_api_contact_center_insights v0.6.0)
A time series representing conversations over time.
Attributes
-
intervalDuration
(type:String.t
, default:nil
) - The duration of each interval. -
points
(type:list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.t)
, default:nil
) - An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries{ intervalDuration: String.t() | nil, points: [ GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.