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

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

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

A revision of a QaScorecard.

Modifying published scorecard fields would invalidate existing scorecard results — the questions may have changed, or the score weighting will make existing scores impossible to understand. So changes must create a new revision, rather than modifying the existing resource.

Inheritance

object > QaScorecardRevision

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

QaScorecardRevision()

public QaScorecardRevision()

QaScorecardRevision(QaScorecardRevision)

public QaScorecardRevision(QaScorecardRevision other)
Parameter
Name Description
other QaScorecardRevision

Properties

AlternateIds

public RepeatedField<string> AlternateIds { get; }

Output only. Alternative IDs for this revision of the scorecard, e.g., latest.

Property Value
Type Description
RepeatedFieldstring

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp that the revision was created.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

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

Property Value
Type Description
string

QaScorecardRevisionName

public QaScorecardRevisionName QaScorecardRevisionName { get; set; }

QaScorecardRevisionName-typed view over the Name resource name property.

Property Value
Type Description
QaScorecardRevisionName

Snapshot

public QaScorecard Snapshot { get; set; }

The snapshot of the scorecard at the time of this revision's creation.

Property Value
Type Description
QaScorecard

State

public QaScorecardRevision.Types.State State { get; set; }

Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.

Property Value
Type Description
QaScorecardRevisionTypesState