Google Cloud Contact Center Insights V1 Client - Class BulkAnalyzeConversationsResponse (1.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setSuccessfulAnalysisCount

Count of successful analyses.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFailedAnalysisCount

Count of failed analyses.

Returns
TypeDescription
int

setFailedAnalysisCount

Count of failed analyses.

Parameter
NameDescription
var int
Returns
TypeDescription
$this