Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRevisionRequest.
The request for creating a QaScorecardRevision.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
- (::String) — Required. The parent resource of the QaScorecardRevision.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource of the QaScorecardRevision.
- (::String) — Required. The parent resource of the QaScorecardRevision.
#qa_scorecard_revision
def qa_scorecard_revision() -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — Required. The QaScorecardRevision to create.
#qa_scorecard_revision=
def qa_scorecard_revision=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
- value (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — Required. The QaScorecardRevision to create.
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — Required. The QaScorecardRevision to create.
#qa_scorecard_revision_id
def qa_scorecard_revision_id() -> ::String
-
(::String) — 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]-
.
#qa_scorecard_revision_id=
def qa_scorecard_revision_id=(value) -> ::String
-
value (::String) — 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]-
.
-
(::String) — 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]-
.