Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class QaTagScore.
Average QA normalized score for the tag.
Generated from protobuf message google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure.QaTagScore
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ QueryMetricsResponse \ Slice \ DataPoint \ ConversationMeasureMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag |
string
Tag name. |
↳ average_tag_normalized_score |
float
Average tag normalized score per tag. |
getTag
Tag name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTag
Tag name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAverageTagNormalizedScore
Average tag normalized score per tag.
| Returns | |
|---|---|
| Type | Description |
float |
|
setAverageTagNormalizedScore
Average tag normalized score per tag.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|