Class: Google::Cloud::ContactCenterInsights::V1::UpdateAnalysisRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdateAnalysisRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to update a analysis rule.
Instance Attribute Summary collapse
-
#analysis_rule ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#analysis_rule ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Returns Required. The new analysis rule.
1188 1189 1190 1191 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1188 class UpdateAnalysisRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.
1188 1189 1190 1191 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1188 class UpdateAnalysisRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |