Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DeleteQaScorecardRequest.
The request for deleting a QaScorecard.
Generated from protobuf message google.cloud.contactcenterinsights.v1.DeleteQaScorecardRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the QaScorecard to delete. |
↳ force |
bool
Optional. If set to true, all of this QaScorecard's child resources will also be deleted. Otherwise, the request will only succeed if it has none. |
getName
Required. The name of the QaScorecard to delete.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the QaScorecard to delete.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getForce
Optional. If set to true, all of this QaScorecard's child resources will also be deleted. Otherwise, the request will only succeed if it has none.
Returns | |
---|---|
Type | Description |
bool |
setForce
Optional. If set to true, all of this QaScorecard's child resources will also be deleted. Otherwise, the request will only succeed if it has none.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the QaScorecard to delete. Please see ContactCenterInsightsClient::qaScorecardName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
DeleteQaScorecardRequest |