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

Average QA normalized score for the tag.

Attributes

  • averageTagNormalizedScore (type: float(), default: nil) - Average tag normalized score per tag.
  • tag (type: String.t, default: nil) - Tag name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore{
    averageTagNormalizedScore: float() | nil,
    tag: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.