Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class QaQuestionDatasetValidationResult.
Contains validation results for a question in the tuning request.
Generated from protobuf message google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ TuneQaScorecardRevisionMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ question |
string
Output only. The resource path of the question whose dataset was evaluated for tuning. |
↳ dataset_validation_warnings |
array
A list of any applicable data validation warnings about the question's feedback labels. |
↳ valid_feedback_labels_count |
int
The number of valid feedback labels in the question's dataset. |
getQuestion
Output only. The resource path of the question whose dataset was evaluated for tuning.
Returns | |
---|---|
Type | Description |
string |
setQuestion
Output only. The resource path of the question whose dataset was evaluated for tuning.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetValidationWarnings
A list of any applicable data validation warnings about the question's feedback labels.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDatasetValidationWarnings
A list of any applicable data validation warnings about the question's feedback labels.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
getValidFeedbackLabelsCount
The number of valid feedback labels in the question's dataset.
Returns | |
---|---|
Type | Description |
int |
setValidFeedbackLabelsCount
The number of valid feedback labels in the question's dataset.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |