Class: Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRevisionRequest

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 QaScorecardRevision.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the QaScorecardRevision.

Returns:

  • (::String)

    Required. The parent resource of the QaScorecardRevision.



1845
1846
1847
1848
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1845

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

#qa_scorecard_revision::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision

Returns Required. The QaScorecardRevision to create.

Returns:



1845
1846
1847
1848
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1845

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

#qa_scorecard_revision_id::String

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

Returns:

  • (::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]-.



1845
1846
1847
1848
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1845

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