Class CreateQaScorecardRequest (1.23.0)

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

The request for creating a QaScorecard.

Attributes

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