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

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

A QaScorecard represents a collection of questions to be scored during analysis.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}

↳ display_name string

The user-specified display name of the scorecard.

↳ description string

A text description explaining the intent of the scorecard.

↳ create_time Google\Protobuf\Timestamp

Output only. The time at which this scorecard was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The most recent time at which the scorecard was updated.

getName

Identifier. The scorecard name.

Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}

Returns
Type Description
string

setName

Identifier. The scorecard name.

Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}

Parameter
Name Description
var string
Returns
Type Description
$this

getDisplayName

The user-specified display name of the scorecard.

Returns
Type Description
string

setDisplayName

The user-specified display name of the scorecard.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

A text description explaining the intent of the scorecard.

Returns
Type Description
string

setDescription

A text description explaining the intent of the scorecard.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The time at which this scorecard was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time at which this scorecard was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The most recent time at which the scorecard was updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The most recent time at which the scorecard was updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this