public sealed class DeleteQaScorecardRequest : IMessage<DeleteQaScorecardRequest>, IEquatable<DeleteQaScorecardRequest>, IDeepCloneable<DeleteQaScorecardRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class DeleteQaScorecardRequest.
The request for deleting a QaScorecard.
Implements
IMessageDeleteQaScorecardRequest, IEquatableDeleteQaScorecardRequest, IDeepCloneableDeleteQaScorecardRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DeleteQaScorecardRequest()
public DeleteQaScorecardRequest()DeleteQaScorecardRequest(DeleteQaScorecardRequest)
public DeleteQaScorecardRequest(DeleteQaScorecardRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteQaScorecardRequest |
Properties
Force
public bool Force { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the QaScorecard to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QaScorecardName
public QaScorecardName QaScorecardName { get; set; }QaScorecardName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
QaScorecardName |
|