Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CreateQaScorecardRequest.
The request for creating a QaScorecard.
Generated from protobuf message google.cloud.contactcenterinsights.v1.CreateQaScorecardRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the QaScorecard. |
↳ qa_scorecard |
QaScorecard
Required. The QaScorecard to create. |
↳ qa_scorecard_id |
string
Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression |
getParent
Required. The parent resource of the QaScorecard.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the QaScorecard.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQaScorecard
Required. The QaScorecard to create.
Returns | |
---|---|
Type | Description |
QaScorecard|null |
hasQaScorecard
clearQaScorecard
setQaScorecard
Required. The QaScorecard to create.
Parameter | |
---|---|
Name | Description |
var |
QaScorecard
|
Returns | |
---|---|
Type | Description |
$this |
getQaScorecardId
Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$
. Valid characters are [a-z][0-9]-
.
Returns | |
---|---|
Type | Description |
string |
setQaScorecardId
Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$
. Valid characters are [a-z][0-9]-
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the QaScorecard. Please see ContactCenterInsightsClient::locationName() for help formatting this field. |
qaScorecard |
QaScorecard
Required. The QaScorecard to create. |
qaScorecardId |
string
Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular
expression |
Returns | |
---|---|
Type | Description |
CreateQaScorecardRequest |