Interface CreatePhraseMatcherRequestOrBuilder

    • Method Detail

      • getParent

        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:
        The parent.
      • getParentBytes

        com.google.protobuf.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:
        The bytes for parent.
      • hasPhraseMatcher

        boolean hasPhraseMatcher()
         Required. The phrase matcher resource to create.
         
        .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the phraseMatcher field is set.
      • getPhraseMatcher

        PhraseMatcher getPhraseMatcher()
         Required. The phrase matcher resource to create.
         
        .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The phraseMatcher.
      • getPhraseMatcherOrBuilder

        PhraseMatcherOrBuilder getPhraseMatcherOrBuilder()
         Required. The phrase matcher resource to create.
         
        .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 2 [(.google.api.field_behavior) = REQUIRED];