Class: Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request for creating a QaScorecard.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the QaScorecard.

Returns:

  • (::String)

    Required. The parent resource of the QaScorecard.



1786
1787
1788
1789
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1786

class CreateQaScorecardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#qa_scorecard::Google::Cloud::ContactCenterInsights::V1::QaScorecard

Returns Required. The QaScorecard to create.

Returns:



1786
1787
1788
1789
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1786

class CreateQaScorecardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#qa_scorecard_id::String

Returns 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]-.



1786
1787
1788
1789
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1786

class CreateQaScorecardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end