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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `UpdateAnalysisRuleRequest` in the `Google.Cloud.ContactCenterInsights.V1` namespace is version 2.19.0."],["This page provides reference documentation for the `UpdateAnalysisRuleRequest` class, which is used to update analysis rules within the Contact Center AI Insights v1 API."],["The `UpdateAnalysisRuleRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `UpdateAnalysisRuleRequest` object as a parameter for copying."],["The class contains properties like AnalysisRule which represents the new analysis rule and UpdateMask, which denotes what fields should be updated, or if nothing is provided, all fields will be updated."]]],[]]