Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse

The response for a bulk analyze conversations operation.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedAnalysisCount

Count of failed analyses.

Declaration
[JsonProperty("failedAnalysisCount")]
public virtual int? FailedAnalysisCount { get; set; }
Property Value
Type Description
int?

SuccessfulAnalysisCount

Count of successful analyses.

Declaration
[JsonProperty("successfulAnalysisCount")]
public virtual int? SuccessfulAnalysisCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX