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

Tags and their corresponding results.

Attributes

  • normalizedScore (type: float(), default: nil) - The normalized score the tag applies to.
  • potentialScore (type: float(), default: nil) - The potential score the tag applies to.
  • score (type: float(), default: nil) - The score the tag applies to.
  • tag (type: String.t, default: nil) - The tag the score applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult{
    normalizedScore: float() | nil,
    potentialScore: float() | nil,
    score: float() | nil,
    tag: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.