Class: Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRuleRequest

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 create a analysis rule. analysis_rule_id will be generated by the server.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule::Google::Cloud::ContactCenterInsights::V1::AnalysisRule

Returns Required. The analysis rule resource to create.

Returns:



1165
1166
1167
1168
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1165

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

#parent::String

Returns Required. The parent resource of the analysis rule. Required. The location to create a analysis rule for. Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>.

Returns:

  • (::String)

    Required. The parent resource of the analysis rule. Required. The location to create a analysis rule for. Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>



1165
1166
1167
1168
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1165

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