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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\IssueModelLabelStats
|
Returns | |
---|---|
Type | Description |
$this |