Google Cloud Contact Center Insights V1 Client - Class UpdateQaScorecardRequest (2.2.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UpdateQaScorecardRequest.

The request for updating a QaScorecard.

Generated from protobuf message google.cloud.contactcenterinsights.v1.UpdateQaScorecardRequest

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ qa_scorecard QaScorecard

Required. The QaScorecard to update.

↳ update_mask Google\Protobuf\FieldMask

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

getQaScorecard

Required. The QaScorecard to update.

Returns
Type Description
QaScorecard|null

hasQaScorecard

clearQaScorecard

setQaScorecard

Required. The QaScorecard to update.

Parameter
Name Description
var QaScorecard
Returns
Type Description
$this

getUpdateMask

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
Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
qaScorecard QaScorecard

Required. The QaScorecard to update.

updateMask Google\Protobuf\FieldMask

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
Returns
Type Description
UpdateQaScorecardRequest