Google Cloud Contact Center Insights V1 Client - Class BulkAnalyzeConversationsMetadata (1.4.1)

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

The metadata for a bulk analyze conversations operation.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

The time the operation finished running.

↳ request Google\Cloud\ContactCenterInsights\V1\BulkAnalyzeConversationsRequest

The original request for bulk analyze.

↳ completed_analyses_count int

The number of requested analyses that have completed successfully so far.

↳ failed_analyses_count int

The number of requested analyses that have failed so far.

↳ total_requested_analyses_count int

Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

getCreateTime

The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time the operation finished running.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getRequest

The original request for bulk analyze.

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

hasRequest

clearRequest

setRequest

The original request for bulk analyze.

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

getCompletedAnalysesCount

The number of requested analyses that have completed successfully so far.

Returns
TypeDescription
int

setCompletedAnalysesCount

The number of requested analyses that have completed successfully so far.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFailedAnalysesCount

The number of requested analyses that have failed so far.

Returns
TypeDescription
int

setFailedAnalysesCount

The number of requested analyses that have failed so far.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTotalRequestedAnalysesCount

Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

Returns
TypeDescription
int

setTotalRequestedAnalysesCount

Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this