Google Cloud Contact Center Insights V1 Client - Class CalculateIssueModelStatsResponse (1.0.3)

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

Response of querying an issue model's statistics.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ current_stats Google\Cloud\ContactCenterInsights\V1\IssueModelLabelStats

The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.

getCurrentStats

The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\IssueModelLabelStats|null

hasCurrentStats

clearCurrentStats

setCurrentStats

The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\IssueModelLabelStats
Returns
TypeDescription
$this