Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CreateQaScorecardRevisionRequest.
The request for creating a QaScorecardRevision.
Generated from protobuf message google.cloud.contactcenterinsights.v1.CreateQaScorecardRevisionRequest
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 QaScorecardRevision. |
↳ qa_scorecard_revision |
QaScorecardRevision
Required. The QaScorecardRevision to create. |
↳ qa_scorecard_revision_id |
string
Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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 QaScorecardRevision.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the QaScorecardRevision.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQaScorecardRevision
Required. The QaScorecardRevision to create.
Returns | |
---|---|
Type | Description |
QaScorecardRevision|null |
hasQaScorecardRevision
clearQaScorecardRevision
setQaScorecardRevision
Required. The QaScorecardRevision to create.
Parameter | |
---|---|
Name | Description |
var |
QaScorecardRevision
|
Returns | |
---|---|
Type | Description |
$this |
getQaScorecardRevisionId
Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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 |
setQaScorecardRevisionId
Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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 QaScorecardRevision. Please see ContactCenterInsightsClient::qaScorecardName() for help formatting this field. |
qaScorecardRevision |
QaScorecardRevision
Required. The QaScorecardRevision to create. |
qaScorecardRevisionId |
string
Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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 |
CreateQaScorecardRevisionRequest |