Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult (v1.2.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetValidationResult.

Contains validation results for a question in the tuning request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset_validation_warnings

def dataset_validation_warnings() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Returns

#dataset_validation_warnings=

def dataset_validation_warnings=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::DatasetValidationWarning>
Parameter
Returns

#question

def question() -> ::String
Returns
  • (::String) — Output only. The resource path of the question whose dataset was evaluated for tuning.

#valid_feedback_labels_count

def valid_feedback_labels_count() -> ::Integer
Returns
  • (::Integer) — The number of valid feedback labels in the question's dataset.

#valid_feedback_labels_count=

def valid_feedback_labels_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of valid feedback labels in the question's dataset.
Returns
  • (::Integer) — The number of valid feedback labels in the question's dataset.