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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ create_time | Google\Protobuf\TimestampThe time the operation was created. | 
| ↳ end_time | Google\Protobuf\TimestampThe time the operation finished running. | 
| ↳ request | Google\Cloud\ContactCenterInsights\V1\BulkAnalyzeConversationsRequestThe original request for bulk analyze. | 
| ↳ completed_analyses_count | intThe number of requested analyses that have completed successfully so far. | 
| ↳ failed_analyses_count | intThe number of requested analyses that have failed so far. | 
| ↳ total_requested_analyses_count | intTotal number of analyses requested. Computed by the number of conversations returned by  | 
getCreateTime
The time the operation was created.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEndTime
The time the operation finished running.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasEndTime
clearEndTime
setEndTime
The time the operation finished running.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getRequest
The original request for bulk analyze.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\ContactCenterInsights\V1\BulkAnalyzeConversationsRequest|null | |
hasRequest
clearRequest
setRequest
The original request for bulk analyze.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\ContactCenterInsights\V1\BulkAnalyzeConversationsRequest | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getCompletedAnalysesCount
The number of requested analyses that have completed successfully so far.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setCompletedAnalysesCount
The number of requested analyses that have completed successfully so far.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getFailedAnalysesCount
The number of requested analyses that have failed so far.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setFailedAnalysesCount
The number of requested analyses that have failed so far.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getTotalRequestedAnalysesCount
Total number of analyses requested. Computed by the number of conversations
returned by filter multiplied by analysis_percentage in the request.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setTotalRequestedAnalysesCount
Total number of analyses requested. Computed by the number of conversations
returned by filter multiplied by analysis_percentage in the request.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |