Uses of Interface
com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.IntervalOrBuilder
-
Packages that use CalculateStatsResponse.TimeSeries.IntervalOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of CalculateStatsResponse.TimeSeries.IntervalOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement CalculateStatsResponse.TimeSeries.IntervalOrBuilder Modifier and Type Class Description static class
CalculateStatsResponse.TimeSeries.Interval
A single interval in a time series.static class
CalculateStatsResponse.TimeSeries.Interval.Builder
A single interval in a time series.Methods in com.google.cloud.contactcenterinsights.v1 that return CalculateStatsResponse.TimeSeries.IntervalOrBuilder Modifier and Type Method Description CalculateStatsResponse.TimeSeries.IntervalOrBuilder
CalculateStatsResponse.TimeSeries.Builder. getPointsOrBuilder(int index)
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.CalculateStatsResponse.TimeSeries.IntervalOrBuilder
CalculateStatsResponse.TimeSeries. getPointsOrBuilder(int index)
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.CalculateStatsResponse.TimeSeries.IntervalOrBuilder
CalculateStatsResponse.TimeSeriesOrBuilder. getPointsOrBuilder(int index)
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type CalculateStatsResponse.TimeSeries.IntervalOrBuilder Modifier and Type Method Description List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder>
CalculateStatsResponse.TimeSeries.Builder. getPointsOrBuilderList()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder>
CalculateStatsResponse.TimeSeries. getPointsOrBuilderList()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder>
CalculateStatsResponse.TimeSeriesOrBuilder. getPointsOrBuilderList()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
-