Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest (v0.10.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest.

Request to create a phrase matcher.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
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>

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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>
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>

#phrase_matcher

def phrase_matcher() -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Returns

#phrase_matcher=

def phrase_matcher=(value) -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Parameter
Returns