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

Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.

Attributes

  • datasetValidationWarnings (type: list(String.t), default: nil) - A list of any applicable data validation warnings about the question's feedback labels.
  • totalValidLabelCount (type: String.t, default: nil) - Total number of valid labels provided for the question at the time of tuining.
  • tuningError (type: String.t, default: nil) - Error status of the tuning operation for the question. Will only be set if the tuning operation failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata{
    datasetValidationWarnings: [String.t()] | nil,
    totalValidLabelCount: String.t() | nil,
    tuningError: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.