Contact Center AI Insights v1 API - Class BulkAnalyzeConversationsMetadata (2.11.0)

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.

Inheritance

object > BulkAnalyzeConversationsMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

BulkAnalyzeConversationsMetadata()

public BulkAnalyzeConversationsMetadata()

BulkAnalyzeConversationsMetadata(BulkAnalyzeConversationsMetadata)

public BulkAnalyzeConversationsMetadata(BulkAnalyzeConversationsMetadata other)
Parameter
NameDescription
otherBulkAnalyzeConversationsMetadata

Properties

CompletedAnalysesCount

public int CompletedAnalysesCount { get; set; }

The number of requested analyses that have completed successfully so far.

Property Value
TypeDescription
int

CreateTime

public Timestamp CreateTime { get; set; }

The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time the operation finished running.

Property Value
TypeDescription
Timestamp

FailedAnalysesCount

public int FailedAnalysesCount { get; set; }

The number of requested analyses that have failed so far.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldStatus

Request

public BulkAnalyzeConversationsRequest Request { get; set; }

The original request for bulk analyze.

Property Value
TypeDescription
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
TypeDescription
int