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

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ current_stats 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
Type Description
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
Name Description
var IssueModelLabelStats
Returns
Type Description
$this