public sealed class BulkAnalyzeConversationsMetadata : IMessage<BulkAnalyzeConversationsMetadata>, IEquatable<BulkAnalyzeConversationsMetadata>, IDeepCloneable<BulkAnalyzeConversationsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkAnalyzeConversationsMetadata.
The metadata for a bulk analyze conversations operation.
Implements
IMessageBulkAnalyzeConversationsMetadata, IEquatableBulkAnalyzeConversationsMetadata, IDeepCloneableBulkAnalyzeConversationsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BulkAnalyzeConversationsMetadata()
public BulkAnalyzeConversationsMetadata()
BulkAnalyzeConversationsMetadata(BulkAnalyzeConversationsMetadata)
public BulkAnalyzeConversationsMetadata(BulkAnalyzeConversationsMetadata other)
Parameter | |
---|---|
Name | Description |
other | BulkAnalyzeConversationsMetadata |
Properties
CompletedAnalysesCount
public int CompletedAnalysesCount { get; set; }
The number of requested analyses that have completed successfully so far.
Property Value | |
---|---|
Type | Description |
int |
CreateTime
public Timestamp CreateTime { get; set; }
The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
FailedAnalysesCount
public int FailedAnalysesCount { get; set; }
The number of requested analyses that have failed so far.
Property Value | |
---|---|
Type | Description |
int |
PartialErrors
public RepeatedField<Status> PartialErrors { get; }
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
Request
public BulkAnalyzeConversationsRequest Request { get; set; }
The original request for bulk analyze.
Property Value | |
---|---|
Type | Description |
BulkAnalyzeConversationsRequest |
TotalRequestedAnalysesCount
public int TotalRequestedAnalysesCount { get; set; }
Total number of analyses requested. Computed by the number of conversations
returned by filter
multiplied by analysis_percentage
in the request.
Property Value | |
---|---|
Type | Description |
int |