GoogleCloudContactcenterinsightsV1QaScorecardRevision class
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.
Constructors
-
GoogleCloudContactcenterinsightsV1QaScorecardRevision.new({List<
String> ? alternateIds, String? createTime, String? name, GoogleCloudContactcenterinsightsV1QaScorecard? snapshot, String? state}) - GoogleCloudContactcenterinsightsV1QaScorecardRevision.fromJson(Map json_)
Properties
-
alternateIds
↔ List<
String> ? -
Alternative IDs for this revision of the scorecard, e.g.,
latest
.getter/setter pair - createTime ↔ String?
-
The timestamp that the revision was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshot ↔ GoogleCloudContactcenterinsightsV1QaScorecard?
-
The snapshot of the scorecard at the time of this revision's creation.
getter/setter pair
- state ↔ String?
-
State of the scorecard revision, indicating whether it's ready to be used
in analysis.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited