public interface AdvancedSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
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;
| Type | Description |
GcsDestinationOrBuilder |
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;
| Type | Description |
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;
| Type | Description |
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;
| Type | Description |
boolean |
Whether the audioExportGcsDestination 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;
| Type | Description |
boolean |
Whether the loggingSettings field is set. |