Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class QaQuestionDimensionMetadata.
Metadata about the QA question dimension.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Dimension.QaQuestionDimensionMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ DimensionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ qa_scorecard_id |
string
Optional. The QA scorecard ID. |
↳ qa_question_id |
string
Optional. The QA question ID. |
↳ question_body |
string
Optional. The full body of the question. |
getQaScorecardId
Optional. The QA scorecard ID.
Returns | |
---|---|
Type | Description |
string |
setQaScorecardId
Optional. The QA scorecard ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQaQuestionId
Optional. The QA question ID.
Returns | |
---|---|
Type | Description |
string |
setQaQuestionId
Optional. The QA question ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQuestionBody
Optional. The full body of the question.
Returns | |
---|---|
Type | Description |
string |
setQuestionBody
Optional. The full body of the question.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |