Contact Center AI Insights v1 API - Class UpdateQaScorecardRequest (2.18.0)

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.

The request for updating a QaScorecard.

Inheritance

object > UpdateQaScorecardRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateQaScorecardRequest()

public UpdateQaScorecardRequest()

UpdateQaScorecardRequest(UpdateQaScorecardRequest)

public UpdateQaScorecardRequest(UpdateQaScorecardRequest other)
Parameter
Name Description
other UpdateQaScorecardRequest

Properties

QaScorecard

public QaScorecard QaScorecard { get; set; }

Required. The QaScorecard to update.

Property Value
Type Description
QaScorecard

UpdateMask

public FieldMask UpdateMask { get; set; }

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:

  • description
  • display_name
Property Value
Type Description
FieldMask