Send feedback
Class AdvancedSettings (0.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.63.0 keyboard_arrow_down
public final class AdvancedSettings extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
public static final int AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
Field Value
Type
Description
int
DTMF_SETTINGS_FIELD_NUMBER
public static final int DTMF_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
LOGGING_SETTINGS_FIELD_NUMBER
public static final int LOGGING_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
SPEECH_SETTINGS_FIELD_NUMBER
public static final int SPEECH_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AdvancedSettings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AdvancedSettings . Builder newBuilder ()
newBuilder(AdvancedSettings prototype)
public static AdvancedSettings . Builder newBuilder ( AdvancedSettings prototype )
public static AdvancedSettings parseDelimitedFrom ( InputStream input )
public static AdvancedSettings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AdvancedSettings parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AdvancedSettings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AdvancedSettings parseFrom ( CodedInputStream input )
public static AdvancedSettings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AdvancedSettings parseFrom ( InputStream input )
public static AdvancedSettings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AdvancedSettings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AdvancedSettings> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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
Type
Description
GcsDestination
The audioExportGcsDestination.
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;
getDefaultInstanceForType()
public AdvancedSettings getDefaultInstanceForType ()
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.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
getParserForType()
public Parser<AdvancedSettings> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSpeechSettings()
public AdvancedSettings . SpeechSettings getSpeechSettings ()
Settings for speech to text detection.
Exposed at the following levels:
Agent level
Flow level
Page level
Parameter level
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
getSpeechSettingsOrBuilder()
public AdvancedSettings . SpeechSettingsOrBuilder getSpeechSettingsOrBuilder ()
Settings for speech to text detection.
Exposed at the following levels:
Agent level
Flow level
Page level
Parameter level
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
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.
hasDtmfSettings()
public boolean hasDtmfSettings ()
Settings for DTMF.
Exposed at the following levels:
Agent level
Flow level
Page level
Parameter level.
.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns
Type
Description
boolean
Whether the loggingSettings field is set.
hasSpeechSettings()
public boolean hasSpeechSettings ()
Settings for speech to text detection.
Exposed at the following levels:
Agent level
Flow level
Page level
Parameter level
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
Returns
Type
Description
boolean
Whether the speechSettings field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AdvancedSettings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AdvancedSettings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AdvancedSettings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]