Contact Center AI Insights v1 API - Class BulkAnalyzeConversationsRequest (2.14.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
NameDescription
otherBulkAnalyzeConversationsRequest

Properties

AnalysisPercentage

public float AnalysisPercentage { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
AnnotatorSelector

Filter

public string Filter { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource to create analyses in.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName