Class: Google::Cloud::ContactCenterInsights::V1::DeletePhraseMatcherRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DeletePhraseMatcherRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to delete a phrase matcher.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the phrase matcher to delete.
974 975 976 977 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 974 class DeletePhraseMatcherRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |