Class: Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest

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

Request to create a phrase matcher.

Instance Attribute Summary collapse

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>.

Returns:

  • (::String)

    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>



620
621
622
623
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 620

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.

Returns:



620
621
622
623
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 620

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