Contact Center AI Insights v1 API - Class UpdateAnalysisRuleRequest (2.20.0)

public sealed class UpdateAnalysisRuleRequest : IMessage<UpdateAnalysisRuleRequest>, IEquatable<UpdateAnalysisRuleRequest>, IDeepCloneable<UpdateAnalysisRuleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateAnalysisRuleRequest.

The request to update a analysis rule.

Inheritance

object > UpdateAnalysisRuleRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateAnalysisRuleRequest()

public UpdateAnalysisRuleRequest()

UpdateAnalysisRuleRequest(UpdateAnalysisRuleRequest)

public UpdateAnalysisRuleRequest(UpdateAnalysisRuleRequest other)
Parameter
Name Description
other UpdateAnalysisRuleRequest

Properties

AnalysisRule

public AnalysisRule AnalysisRule { get; set; }

Required. The new analysis rule.

Property Value
Type Description
AnalysisRule

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.

Property Value
Type Description
FieldMask

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.