public sealed class BulkAnalyzeConversationsRequest : IMessage<BulkAnalyzeConversationsRequest>, IEquatable<BulkAnalyzeConversationsRequest>, IDeepCloneable<BulkAnalyzeConversationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkAnalyzeConversationsRequest.
The request to analyze conversations in bulk.
Implements
IMessageBulkAnalyzeConversationsRequest, IEquatableBulkAnalyzeConversationsRequest, IDeepCloneableBulkAnalyzeConversationsRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BulkAnalyzeConversationsRequest()
public BulkAnalyzeConversationsRequest()
BulkAnalyzeConversationsRequest(BulkAnalyzeConversationsRequest)
public BulkAnalyzeConversationsRequest(BulkAnalyzeConversationsRequest other)
Parameter | |
---|---|
Name | Description |
other | BulkAnalyzeConversationsRequest |
Properties
AnalysisPercentage
public float AnalysisPercentage { get; set; }
Required. Percentage of selected conversation to analyze, between [0, 100].
Property Value | |
---|---|
Type | Description |
float |
AnnotatorSelector
public AnnotatorSelector AnnotatorSelector { get; set; }
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Property Value | |
---|---|
Type | Description |
AnnotatorSelector |
Filter
public string Filter { get; set; }
Required. Filter used to select the subset of conversations to analyze.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource to create analyses in.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |