Google Cloud Contact Center Insights V1 Client - Class DeleteQaScorecardRevisionRequest (2.2.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DeleteQaScorecardRevisionRequest.

The request to delete a QaScorecardRevision.

Generated from protobuf message google.cloud.contactcenterinsights.v1.DeleteQaScorecardRevisionRequest

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the QaScorecardRevision to delete.

↳ force bool

Optional. If set to true, all of this QaScorecardRevision's child resources will also be deleted. Otherwise, the request will only succeed if it has none.

getName

Required. The name of the QaScorecardRevision to delete.

Returns
Type Description
string

setName

Required. The name of the QaScorecardRevision to delete.

Parameter
Name Description
var string
Returns
Type Description
$this

getForce

Optional. If set to true, all of this QaScorecardRevision'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 QaScorecardRevision'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 QaScorecardRevision to delete. Please see ContactCenterInsightsClient::qaScorecardRevisionName() for help formatting this field.

Returns
Type Description
DeleteQaScorecardRevisionRequest