Interface AdvancedSettingsOrBuilder (0.52.0)

public interface AdvancedSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioExportGcsDestination()

public abstract 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
TypeDescription
GcsDestination

The audioExportGcsDestination.

getAudioExportGcsDestinationOrBuilder()

public abstract 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
TypeDescription
GcsDestinationOrBuilder

getDtmfSettings()

public abstract 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
TypeDescription
AdvancedSettings.DtmfSettings

The dtmfSettings.

getDtmfSettingsOrBuilder()

public abstract 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
TypeDescription
AdvancedSettings.DtmfSettingsOrBuilder

getLoggingSettings()

public abstract 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
TypeDescription
AdvancedSettings.LoggingSettings

The loggingSettings.

getLoggingSettingsOrBuilder()

public abstract 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
TypeDescription
AdvancedSettings.LoggingSettingsOrBuilder

hasAudioExportGcsDestination()

public abstract 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
TypeDescription
boolean

Whether the audioExportGcsDestination field is set.

hasDtmfSettings()

public abstract 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
TypeDescription
boolean

Whether the dtmfSettings field is set.

hasLoggingSettings()

public abstract 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
TypeDescription
boolean

Whether the loggingSettings field is set.