View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval (google_api_contact_center_insights v0.5.0)

A single interval in a time series.

Attributes

  • conversationCount (type: integer(), default: nil) - The number of conversations created in this interval.
  • startTime (type: DateTime.t, default: nil) - The start time of this interval.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval{
    conversationCount: integer() | nil,
    startTime: DateTime.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.