View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecardRevision (google_api_contact_center_insights v0.12.0)

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

  • alternateIds (type: list(String.t), default: nil) - Output only. Alternative IDs for this revision of the scorecard, e.g., latest.
  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp that the revision was created.
  • name (type: String.t, default: nil) - Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
  • snapshot (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecard.t, default: nil) - The snapshot of the scorecard at the time of this revision's creation.
  • state (type: String.t, default: nil) - Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecardRevision{
    alternateIds: [String.t()] | nil,
    createTime: DateTime.t() | nil,
    name: String.t() | nil,
    snapshot:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecard.t()
      | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.