public static final class Settings.AnalysisConfig.Builder extends GeneratedMessageV3.Builder<Settings.AnalysisConfig.Builder> implements Settings.AnalysisConfigOrBuilder
Default configuration when creating Analyses in Insights.
Protobuf type google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public Settings.AnalysisConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public Settings.AnalysisConfig build()
Returns
public Settings.AnalysisConfig buildPartial()
Returns
public Settings.AnalysisConfig.Builder clear()
Returns
Overrides
public Settings.AnalysisConfig.Builder clearAnnotatorSelector()
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
public Settings.AnalysisConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public Settings.AnalysisConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public Settings.AnalysisConfig.Builder clearRuntimeIntegrationAnalysisPercentage()
Percentage of conversations created using Dialogflow runtime integration
to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;
Returns
public Settings.AnalysisConfig.Builder clone()
Returns
Overrides
public 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
public AnnotatorSelector.Builder getAnnotatorSelectorBuilder()
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
public 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
public Settings.AnalysisConfig getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public double getRuntimeIntegrationAnalysisPercentage()
Percentage of conversations created using Dialogflow runtime integration
to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;
Returns
Type | Description |
double | The runtimeIntegrationAnalysisPercentage.
|
public 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
Type | Description |
boolean | Whether the annotatorSelector field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public Settings.AnalysisConfig.Builder mergeAnnotatorSelector(AnnotatorSelector value)
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;
Parameter
Returns
public Settings.AnalysisConfig.Builder mergeFrom(Settings.AnalysisConfig other)
Parameter
Returns
public Settings.AnalysisConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public Settings.AnalysisConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final Settings.AnalysisConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public Settings.AnalysisConfig.Builder setAnnotatorSelector(AnnotatorSelector value)
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;
Parameter
Returns
public Settings.AnalysisConfig.Builder setAnnotatorSelector(AnnotatorSelector.Builder builderForValue)
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;
Parameter
Returns
public Settings.AnalysisConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public Settings.AnalysisConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public Settings.AnalysisConfig.Builder setRuntimeIntegrationAnalysisPercentage(double value)
Percentage of conversations created using Dialogflow runtime integration
to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;
Parameter
Name | Description |
value | double
The runtimeIntegrationAnalysisPercentage to set.
|
Returns
public final Settings.AnalysisConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides