public sealed class CreateQaScorecardRequest : IMessage<CreateQaScorecardRequest>, IEquatable<CreateQaScorecardRequest>, IDeepCloneable<CreateQaScorecardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateQaScorecardRequest.
The request for creating a QaScorecard.
Implements
IMessageCreateQaScorecardRequest, IEquatableCreateQaScorecardRequest, IDeepCloneableCreateQaScorecardRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreateQaScorecardRequest()
public CreateQaScorecardRequest()
CreateQaScorecardRequest(CreateQaScorecardRequest)
public CreateQaScorecardRequest(CreateQaScorecardRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateQaScorecardRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource of the QaScorecard.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
QaScorecard
public QaScorecard QaScorecard { get; set; }
Required. The QaScorecard to create.
Property Value | |
---|---|
Type | Description |
QaScorecard |
QaScorecardId
public string QaScorecardId { get; set; }
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]-
.
Property Value | |
---|---|
Type | Description |
string |