Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BulkAnalyzeConversationsResponse.
The response for a bulk analyze conversations operation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsResponse
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ successful_analysis_count |
int
Count of successful analyses. |
↳ failed_analysis_count |
int
Count of failed analyses. |
getSuccessfulAnalysisCount
Count of successful analyses.
Returns | |
---|---|
Type | Description |
int |
setSuccessfulAnalysisCount
Count of successful analyses.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFailedAnalysisCount
Count of failed analyses.
Returns | |
---|---|
Type | Description |
int |
setFailedAnalysisCount
Count of failed analyses.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |