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

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

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

static::build

Parameter
NameDescription
location string

Required. The location of the conversations. Please see Google\Cloud\ContactCenterInsights\V1\ContactCenterInsightsClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\CalculateStatsRequest