Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::UpdateAnalysisRuleRequest (v1.2.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateAnalysisRuleRequest.

The request to update a analysis rule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#analysis_rule

def analysis_rule() -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Returns

#analysis_rule=

def analysis_rule=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.