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.v3.AdvancedSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdvancedSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AdvancedSettings build()
buildPartial()
public AdvancedSettings buildPartial()
clear()
public AdvancedSettings.Builder clear()
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.v3.GcsDestination audio_export_gcs_destination = 2;
clearDtmfSettings()
public AdvancedSettings.Builder clearDtmfSettings()
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
clearField(Descriptors.FieldDescriptor field)
public AdvancedSettings.Builder clearField(Descriptors.FieldDescriptor field)
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
clearOneof(Descriptors.OneofDescriptor oneof)
public AdvancedSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AdvancedSettings.Builder clone()
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.v3.GcsDestination audio_export_gcs_destination = 2;
Returns |
Type |
Description |
GcsDestination |
The audioExportGcsDestination.
|
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.v3.GcsDestination audio_export_gcs_destination = 2;
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.v3.GcsDestination audio_export_gcs_destination = 2;
getDefaultInstanceForType()
public AdvancedSettings getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDtmfSettings()
public AdvancedSettings.DtmfSettings getDtmfSettings()
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
getDtmfSettingsBuilder()
public AdvancedSettings.DtmfSettings.Builder getDtmfSettingsBuilder()
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
getDtmfSettingsOrBuilder()
public AdvancedSettings.DtmfSettingsOrBuilder getDtmfSettingsOrBuilder()
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
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.v3.GcsDestination audio_export_gcs_destination = 2;
Returns |
Type |
Description |
boolean |
Whether the audioExportGcsDestination field is set.
|
hasDtmfSettings()
public boolean hasDtmfSettings()
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
Returns |
Type |
Description |
boolean |
Whether the dtmfSettings 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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns |
Type |
Description |
boolean |
Whether the loggingSettings field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
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.v3.GcsDestination audio_export_gcs_destination = 2;
mergeDtmfSettings(AdvancedSettings.DtmfSettings value)
public AdvancedSettings.Builder mergeDtmfSettings(AdvancedSettings.DtmfSettings value)
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
mergeFrom(AdvancedSettings other)
public AdvancedSettings.Builder mergeFrom(AdvancedSettings other)
public AdvancedSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AdvancedSettings.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdvancedSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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.v3.GcsDestination audio_export_gcs_destination = 2;
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.v3.GcsDestination audio_export_gcs_destination = 2;
setDtmfSettings(AdvancedSettings.DtmfSettings value)
public AdvancedSettings.Builder setDtmfSettings(AdvancedSettings.DtmfSettings value)
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
setDtmfSettings(AdvancedSettings.DtmfSettings.Builder builderForValue)
public AdvancedSettings.Builder setDtmfSettings(AdvancedSettings.DtmfSettings.Builder builderForValue)
Settings for DTMF.
Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
.google.cloud.dialogflow.cx.v3.AdvancedSettings.DtmfSettings dtmf_settings = 5;
setField(Descriptors.FieldDescriptor field, Object value)
public AdvancedSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AdvancedSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AdvancedSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides