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
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The new analysis rule.
#analysis_rule=
def analysis_rule=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The new analysis rule.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The new analysis rule.
#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.