Class AdvancedSettings (0.54.0)

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.v3.AdvancedSettings

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

Static Methods

getDefaultInstance()

public static AdvancedSettings getDefaultInstance()
Returns
Type Description
AdvancedSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AdvancedSettings.Builder newBuilder()
Returns
Type Description
AdvancedSettings.Builder

newBuilder(AdvancedSettings prototype)

public static AdvancedSettings.Builder newBuilder(AdvancedSettings prototype)
Parameter
Name Description
prototype AdvancedSettings
Returns
Type Description
AdvancedSettings.Builder

parseDelimitedFrom(InputStream input)

public static AdvancedSettings parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AdvancedSettings parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AdvancedSettings parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AdvancedSettings parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AdvancedSettings parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AdvancedSettings parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdvancedSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AdvancedSettings> parser()
Returns
Type Description
Parser<AdvancedSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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:

  • Agent level
  • Flow level

.google.cloud.dialogflow.cx.v3.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:

  • Agent level
  • Flow level

.google.cloud.dialogflow.cx.v3.GcsDestination audio_export_gcs_destination = 2;

Returns
Type Description
GcsDestinationOrBuilder

getDefaultInstanceForType()

public AdvancedSettings getDefaultInstanceForType()
Returns
Type Description
AdvancedSettings

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;

Returns
Type Description
AdvancedSettings.DtmfSettings

The dtmfSettings.

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;

Returns
Type Description
AdvancedSettings.DtmfSettingsOrBuilder

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:

  • Agent level.

.google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
Type Description
AdvancedSettings.LoggingSettings

The loggingSettings.

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:

  • Agent level.

.google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
Type Description
AdvancedSettings.LoggingSettingsOrBuilder

getParserForType()

public Parser<AdvancedSettings> getParserForType()
Returns
Type Description
Parser<AdvancedSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAudioExportGcsDestination()

public boolean hasAudioExportGcsDestination()

If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:

  • Agent level
  • Flow level

.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:

  • Agent level.

.google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
Type Description
boolean

Whether the loggingSettings field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AdvancedSettings.Builder newBuilderForType()
Returns
Type Description
AdvancedSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AdvancedSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AdvancedSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AdvancedSettings.Builder toBuilder()
Returns
Type Description
AdvancedSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException