public sealed class UpdateQaScorecardRequest : IMessage<UpdateQaScorecardRequest>, IEquatable<UpdateQaScorecardRequest>, IDeepCloneable<UpdateQaScorecardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateQaScorecardRequest.
Required. The list of fields to be updated. All possible fields can be
updated by passing *, or a subset of the following updateable fields can
be provided:
[[["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."],[[["This document provides reference information for the `UpdateQaScorecardRequest` class within the Google Cloud Contact Center Insights v1 API."],["The `UpdateQaScorecardRequest` class is used to request the updating of a `QaScorecard`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `UpdateQaScorecardRequest`: one default and one that takes another `UpdateQaScorecardRequest` as a parameter."],["The `UpdateQaScorecardRequest` class has two key properties, `QaScorecard` and `UpdateMask`, which are used to define the `QaScorecard` to be updated and the specific fields to be changed, respectively."]]],[]]