Contact Center AI Insights v1 API - Class BulkAnalyzeConversationsResponse (2.16.0)

public sealed class BulkAnalyzeConversationsResponse : IMessage<BulkAnalyzeConversationsResponse>, IEquatable<BulkAnalyzeConversationsResponse>, IDeepCloneable<BulkAnalyzeConversationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkAnalyzeConversationsResponse.

The response for a bulk analyze conversations operation.

Inheritance

object > BulkAnalyzeConversationsResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

BulkAnalyzeConversationsResponse()

public BulkAnalyzeConversationsResponse()

BulkAnalyzeConversationsResponse(BulkAnalyzeConversationsResponse)

public BulkAnalyzeConversationsResponse(BulkAnalyzeConversationsResponse other)
Parameter
Name Description
other BulkAnalyzeConversationsResponse

Properties

FailedAnalysisCount

public int FailedAnalysisCount { get; set; }

Count of failed analyses.

Property Value
Type Description
int

SuccessfulAnalysisCount

public int SuccessfulAnalysisCount { get; set; }

Count of successful analyses.

Property Value
Type Description
int