Class CreateQaScorecardRevisionRequest (1.23.0)

CreateQaScorecardRevisionRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request for creating a QaScorecardRevision.

Attributes

Name Description
parent str
Required. The parent resource of the QaScorecardRevision.
qa_scorecard_revision google.cloud.contact_center_insights_v1.types.QaScorecardRevision
Required. The QaScorecardRevision to create.
qa_scorecard_revision_id str
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]-``.