Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval.
A single interval in a time series.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_count
def conversation_count() -> ::Integer
Returns
- (::Integer) — The number of conversations created in this interval.
#conversation_count=
def conversation_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of conversations created in this interval.
Returns
- (::Integer) — The number of conversations created in this interval.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The start time of this interval.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start time of this interval.
Returns
- (::Google::Protobuf::Timestamp) — The start time of this interval.