Class GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest
The request to analyze conversations in bulk.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest : 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 GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector AnnotatorSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector |
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 |