Class: Google::Cloud::ContactCenterInsights::V1::UpdatePhraseMatcherRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdatePhraseMatcherRequest
- 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 phrase matcher.
Instance Attribute Summary collapse
-
#phrase_matcher ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#phrase_matcher ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Returns Required. The new values for the phrase matcher.
1128 1129 1130 1131 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1128 class UpdatePhraseMatcherRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
1128 1129 1130 1131 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1128 class UpdatePhraseMatcherRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |