public static final class AdvancedSettings.Builder extends GeneratedMessageV3.Builder<AdvancedSettings.Builder> implements AdvancedSettingsOrBuilder
Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
Settings exposed at lower level overrides the settings exposed at higher
level. Overriding occurs at the sub-setting level. For example, the
playback_interruption_settings at fulfillment level only overrides the
playback_interruption_settings at the agent level, leaving other settings
at the agent level unchanged.
DTMF settings does not override each other. DTMF settings set at different
levels define DTMF detections running in parallel.
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
Protobuf type google.cloud.dialogflow.cx.v3beta1.AdvancedSettings
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdvancedSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public AdvancedSettings build()
Returns
buildPartial()
public AdvancedSettings buildPartial()
Returns
clear()
public AdvancedSettings.Builder clear()
Returns
Overrides
clearAudioExportGcsDestination()
public AdvancedSettings.Builder clearAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public AdvancedSettings.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearLoggingSettings()
public AdvancedSettings.Builder clearLoggingSettings()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public AdvancedSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public AdvancedSettings.Builder clone()
Returns
Overrides
getAudioExportGcsDestination()
public GcsDestination getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns
getAudioExportGcsDestinationBuilder()
public GcsDestination.Builder getAudioExportGcsDestinationBuilder()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns
getAudioExportGcsDestinationOrBuilder()
public GcsDestinationOrBuilder getAudioExportGcsDestinationOrBuilder()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns
getDefaultInstanceForType()
public AdvancedSettings getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getLoggingSettings()
public AdvancedSettings.LoggingSettings getLoggingSettings()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
getLoggingSettingsBuilder()
public AdvancedSettings.LoggingSettings.Builder getLoggingSettingsBuilder()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
getLoggingSettingsOrBuilder()
public AdvancedSettings.LoggingSettingsOrBuilder getLoggingSettingsOrBuilder()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
hasAudioExportGcsDestination()
public boolean hasAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns
Type |
Description |
boolean |
Whether the audioExportGcsDestination field is set.
|
hasLoggingSettings()
public boolean hasLoggingSettings()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
Type |
Description |
boolean |
Whether the loggingSettings field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeAudioExportGcsDestination(GcsDestination value)
public AdvancedSettings.Builder mergeAudioExportGcsDestination(GcsDestination value)
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Parameter
Returns
mergeFrom(AdvancedSettings other)
public AdvancedSettings.Builder mergeFrom(AdvancedSettings other)
Parameter
Returns
public AdvancedSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AdvancedSettings.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeLoggingSettings(AdvancedSettings.LoggingSettings value)
public AdvancedSettings.Builder mergeLoggingSettings(AdvancedSettings.LoggingSettings value)
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdvancedSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setAudioExportGcsDestination(GcsDestination value)
public AdvancedSettings.Builder setAudioExportGcsDestination(GcsDestination value)
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Parameter
Returns
setAudioExportGcsDestination(GcsDestination.Builder builderForValue)
public AdvancedSettings.Builder setAudioExportGcsDestination(GcsDestination.Builder builderForValue)
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public AdvancedSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setLoggingSettings(AdvancedSettings.LoggingSettings value)
public AdvancedSettings.Builder setLoggingSettings(AdvancedSettings.LoggingSettings value)
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Parameter
Returns
setLoggingSettings(AdvancedSettings.LoggingSettings.Builder builderForValue)
public AdvancedSettings.Builder setLoggingSettings(AdvancedSettings.LoggingSettings.Builder builderForValue)
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AdvancedSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AdvancedSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides