Interface CreatePhraseMatcherRequestOrBuilder (2.2.7)

public interface CreatePhraseMatcherRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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>

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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>

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getPhraseMatcher()

public abstract PhraseMatcher getPhraseMatcher()

Required. The phrase matcher resource to create.

.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PhraseMatcher

The phraseMatcher.

getPhraseMatcherOrBuilder()

public abstract PhraseMatcherOrBuilder getPhraseMatcherOrBuilder()

Required. The phrase matcher resource to create.

.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PhraseMatcherOrBuilder

hasPhraseMatcher()

public abstract boolean hasPhraseMatcher()

Required. The phrase matcher resource to create.

.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the phraseMatcher field is set.