Google Cloud Contact Center Insights V1 Client - Class CalculateStatsRequest (1.2.1)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CalculateStatsRequest.

The request for calculating conversation statistics.

Generated from protobuf message google.cloud.contactcenterinsights.v1.CalculateStatsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location string

Required. The location of the conversations.

↳ filter string

A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.

getLocation

Required. The location of the conversations.

Returns
TypeDescription
string

setLocation

Required. The location of the conversations.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.

Returns
TypeDescription
string

setFilter

A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.

Parameter
NameDescription
var string
Returns
TypeDescription
$this