Class: Google::Cloud::ContactCenterInsights::V1::DeployQaScorecardRevisionRequest

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 to deploy a QaScorecardRevision

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the QaScorecardRevision to deploy.

Returns:

  • (::String)

    Required. The name of the QaScorecardRevision to deploy.



1959
1960
1961
1962
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1959

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