public interface AdvancedSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
|
GcsDestinationOrBuilder |
getAudioExportGcsDestinationOrBuilder()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
|
AdvancedSettings.DtmfSettings |
getDtmfSettings()
Settings for DTMF.
|
AdvancedSettings.DtmfSettingsOrBuilder |
getDtmfSettingsOrBuilder()
Settings for DTMF.
|
AdvancedSettings.LoggingSettings |
getLoggingSettings()
Settings for logging.
|
AdvancedSettings.LoggingSettingsOrBuilder |
getLoggingSettingsOrBuilder()
Settings for logging.
|
AdvancedSettings.SpeechSettings |
getSpeechSettings()
Settings for speech to text detection.
|
AdvancedSettings.SpeechSettingsOrBuilder |
getSpeechSettingsOrBuilder()
Settings for speech to text detection.
|
boolean |
hasAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
|
boolean |
hasDtmfSettings()
Settings for DTMF.
|
boolean |
hasLoggingSettings()
Settings for logging.
|
boolean |
hasSpeechSettings()
Settings for speech to text detection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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.v3.AdvancedSettings.SpeechSettings speech_settings = 3;
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.v3.AdvancedSettings.SpeechSettings speech_settings = 3;
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.v3.AdvancedSettings.SpeechSettings speech_settings = 3;
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;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;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;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;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.