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

public sealed class QaScorecard : IMessage<QaScorecard>, IEquatable<QaScorecard>, IDeepCloneable<QaScorecard>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class QaScorecard.

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

Inheritance

object > QaScorecard

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

QaScorecard()

public QaScorecard()

QaScorecard(QaScorecard)

public QaScorecard(QaScorecard other)
Parameter
Name Description
other QaScorecard

Properties

CreateTime

public Timestamp CreateTime { get; set; }

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

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

A text description explaining the intent of the scorecard.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

The user-specified display name of the scorecard.

Property Value
Type Description
string

Name

public string Name { get; set; }

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

Property Value
Type Description
string

QaScorecardName

public QaScorecardName QaScorecardName { get; set; }

QaScorecardName-typed view over the Name resource name property.

Property Value
Type Description
QaScorecardName

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
Type Description
Timestamp