Interface BulkAnalyzeConversationsRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource to create analyses in.
         
        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 to create analyses in.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getFilter

        String getFilter()
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Required. Filter used to select the subset of conversations to analyze.
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for filter.
      • getAnalysisPercentage

        float getAnalysisPercentage()
         Required. Percentage of selected conversation to analyze, between
         [0, 100].
         
        float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The analysisPercentage.
      • hasAnnotatorSelector

        boolean hasAnnotatorSelector()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
        Returns:
        Whether the annotatorSelector field is set.
      • getAnnotatorSelector

        AnnotatorSelector getAnnotatorSelector()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;
        Returns:
        The annotatorSelector.
      • getAnnotatorSelectorOrBuilder

        AnnotatorSelectorOrBuilder getAnnotatorSelectorOrBuilder()
         To select the annotators to run and the phrase matchers to use
         (if any). If not specified, all annotators will be run.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 8;