Class QaScorecardRevision (1.23.2)

QaScorecardRevision(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

Name Description
name str
Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
snapshot google.cloud.contact_center_insights_v1.types.QaScorecard
The snapshot of the scorecard at the time of this revision's creation.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp that the revision was created.
alternate_ids MutableSequence[str]
Output only. Alternative IDs for this revision of the scorecard, e.g., latest.
state google.cloud.contact_center_insights_v1.types.QaScorecardRevision.State
Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.

Classes

State

State(value)

Enum representing the set of states a scorecard revision may be in.