IngestConversationsMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The metadata for an IngestConversations operation.
Attributes | |
---|---|
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running. |
request |
google.cloud.contact_center_insights_v1.types.IngestConversationsRequest
Output only. The original request for ingest. |
partial_errors |
MutableSequence[google.rpc.status_pb2.Status]
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete. |
ingest_conversations_stats |
google.cloud.contact_center_insights_v1.types.IngestConversationsMetadata.IngestConversationsStats
Output only. Statistics for IngestConversations operation. |
Classes
IngestConversationsStats
IngestConversationsStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistics for IngestConversations operation.