Class BulkAnalyzeConversationsMetadata (1.17.3)

BulkAnalyzeConversationsMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The metadata for a bulk analyze conversations operation.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
The time the operation finished running.
request google.cloud.contact_center_insights_v1.types.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.
partial_errors MutableSequence[google.rpc.status_pb2.Status]
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.