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

A QaScorecard represents a collection of questions to be scored during analysis.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time at which this scorecard was created.
  • description (type: String.t, default: nil) - A text description explaining the intent of the scorecard.
  • displayName (type: String.t, default: nil) - The user-specified display name of the scorecard.
  • name (type: String.t, default: nil) - Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
  • updateTime (type: DateTime.t, default: nil) - Output only. The most recent time at which the scorecard was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecard{
    createTime: DateTime.t() | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    name: String.t() | nil,
    updateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.