Class: Google::Cloud::ContactCenterInsights::V1::UpdatePhraseMatcherRequest

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 update a phrase matcher.

Instance Attribute Summary collapse

Instance Attribute Details

#phrase_matcher::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher

Returns Required. The new values for the phrase matcher.

Returns:



986
987
988
989
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 986

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.

Returns:



986
987
988
989
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 986

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