Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest (v1.2.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest.

The request for creating a QaScorecard.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the QaScorecard.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the QaScorecard.
Returns
  • (::String) — Required. The parent resource of the QaScorecard.

#qa_scorecard

def qa_scorecard() -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Returns

#qa_scorecard=

def qa_scorecard=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Parameter
Returns

#qa_scorecard_id

def qa_scorecard_id() -> ::String
Returns
  • (::String) — 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]-.

#qa_scorecard_id=

def qa_scorecard_id=(value) -> ::String
Parameter
  • value (::String) — 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]-.

Returns
  • (::String) — 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]-.