Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest

The request to analyze conversations in bulk.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest
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 GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest : IDirectResponseSchema

Properties

AnalysisPercentage

Required. Percentage of selected conversation to analyze, between [0, 100].

Declaration
[JsonProperty("analysisPercentage")]
public virtual float? AnalysisPercentage { get; set; }
Property Value
Type Description
float?

AnnotatorSelector

To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Declaration
[JsonProperty("annotatorSelector")]
public virtual GoogleCloudContactcenterinsightsV1AnnotatorSelector AnnotatorSelector { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotatorSelector

ETag

The ETag of the item.

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

Filter

Required. Filter used to select the subset of conversations to analyze.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

Parent

Required. The parent resource to create analyses in.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX