Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#alternate_ids
def alternate_ids() -> ::Array<::String>
-
(::Array<::String>) — Output only. Alternative IDs for this revision of the scorecard, e.g.,
latest
.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp that the revision was created.
#name
def name() -> ::String
- (::String) — Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
#name=
def name=(value) -> ::String
- value (::String) — Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
- (::String) — Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
#snapshot
def snapshot() -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — The snapshot of the scorecard at the time of this revision's creation.
#snapshot=
def snapshot=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
- value (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — The snapshot of the scorecard at the time of this revision's creation.
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — The snapshot of the scorecard at the time of this revision's creation.
#state
def state() -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision::State
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision::State) — Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.