Class: Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to create a phrase matcher.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#phrase_matcher ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource of the phrase matcher. Required. The location
to create a phrase matcher for. Format: projects/<Project
ID>/locations/<Location ID>
or projects/<Project
Number>/locations/<Location ID>
.
919 920 921 922 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 919 class CreatePhraseMatcherRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_matcher ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Returns Required. The phrase matcher resource to create.
919 920 921 922 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 919 class CreatePhraseMatcherRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |