public sealed class IngestConversationsMetadata : IMessage<IngestConversationsMetadata>, IEquatable<IngestConversationsMetadata>, IDeepCloneable<IngestConversationsMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsMetadata.
The metadata for an IngestConversations operation.
Implements
IMessage<IngestConversationsMetadata>, IEquatable<IngestConversationsMetadata>, IDeepCloneable<IngestConversationsMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IngestConversationsMetadata()
public IngestConversationsMetadata()IngestConversationsMetadata(IngestConversationsMetadata)
public IngestConversationsMetadata(IngestConversationsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestConversationsMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time the operation finished running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
PartialErrors
public RepeatedField<Status> PartialErrors { get; }Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Status> |
|
Request
public IngestConversationsRequest Request { get; set; }Output only. The original request for ingest.
| Property Value | |
|---|---|
| Type | Description |
IngestConversationsRequest |
|