Interface Settings.AnalysisConfigOrBuilder (2.11.0)

public static interface Settings.AnalysisConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotatorSelector()

public abstract 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 = 5;

Returns
TypeDescription
AnnotatorSelector

The annotatorSelector.

getAnnotatorSelectorOrBuilder()

public abstract 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 = 5;

Returns
TypeDescription
AnnotatorSelectorOrBuilder

getRuntimeIntegrationAnalysisPercentage()

public abstract double getRuntimeIntegrationAnalysisPercentage()

Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

double runtime_integration_analysis_percentage = 1;

Returns
TypeDescription
double

The runtimeIntegrationAnalysisPercentage.

hasAnnotatorSelector()

public abstract 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 = 5;

Returns
TypeDescription
boolean

Whether the annotatorSelector field is set.