Class AdvancedSettings (0.52.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.v3beta1.AdvancedSettings

Static Fields

AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER

public static final int AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
Field Value
TypeDescription
int

DTMF_SETTINGS_FIELD_NUMBER

public static final int DTMF_SETTINGS_FIELD_NUMBER
Field Value
TypeDescription
int

LOGGING_SETTINGS_FIELD_NUMBER

public static final int LOGGING_SETTINGS_FIELD_NUMBER
Field Value
TypeDescription
int

SPEECH_SETTINGS_FIELD_NUMBER

public static final int SPEECH_SETTINGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AdvancedSettings getDefaultInstance()
Returns
TypeDescription
AdvancedSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AdvancedSettings.Builder newBuilder()
Returns
TypeDescription
AdvancedSettings.Builder

newBuilder(AdvancedSettings prototype)

public static AdvancedSettings.Builder newBuilder(AdvancedSettings prototype)
Parameter
NameDescription
prototypeAdvancedSettings
Returns
TypeDescription
AdvancedSettings.Builder

parseDelimitedFrom(InputStream input)

public static AdvancedSettings parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AdvancedSettings parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AdvancedSettings parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AdvancedSettings parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AdvancedSettings parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AdvancedSettings parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AdvancedSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdvancedSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AdvancedSettings> parser()
Returns
TypeDescription
Parser<AdvancedSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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.v3beta1.GcsDestination audio_export_gcs_destination = 2;

Returns
TypeDescription
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.v3beta1.GcsDestination audio_export_gcs_destination = 2;

Returns
TypeDescription
GcsDestinationOrBuilder

getDefaultInstanceForType()

public AdvancedSettings getDefaultInstanceForType()
Returns
TypeDescription
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.v3beta1.AdvancedSettings.DtmfSettings dtmf_settings = 5;

Returns
TypeDescription
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.v3beta1.AdvancedSettings.DtmfSettings dtmf_settings = 5;

Returns
TypeDescription
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.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
TypeDescription
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.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
TypeDescription
AdvancedSettings.LoggingSettingsOrBuilder

getParserForType()

public Parser<AdvancedSettings> getParserForType()
Returns
TypeDescription
Parser<AdvancedSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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;

Returns
TypeDescription
AdvancedSettings.SpeechSettings

The speechSettings.

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;

Returns
TypeDescription
AdvancedSettings.SpeechSettingsOrBuilder

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.v3beta1.GcsDestination audio_export_gcs_destination = 2;

Returns
TypeDescription
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
TypeDescription
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.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the speechSettings field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AdvancedSettings.Builder newBuilderForType()
Returns
TypeDescription
AdvancedSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AdvancedSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AdvancedSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AdvancedSettings.Builder toBuilder()
Returns
TypeDescription
AdvancedSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException