Contact Center AI Insights v1 API - Class BulkAnalyzeConversationsRequest (2.10.0)

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.

Inheritance

object > BulkAnalyzeConversationsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.