Interface AdvancedSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdvancedSettings,AdvancedSettings.Builder
public interface AdvancedSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcsDestinationgetAudioExportGcsDestination()If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.GcsDestinationOrBuildergetAudioExportGcsDestinationOrBuilder()If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.AdvancedSettings.LoggingSettingsgetLoggingSettings()Settings for logging.AdvancedSettings.LoggingSettingsOrBuildergetLoggingSettingsOrBuilder()Settings for logging.booleanhasAudioExportGcsDestination()If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.booleanhasLoggingSettings()Settings for logging.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAudioExportGcsDestination
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:
- Whether the audioExportGcsDestination field is set.
-
getAudioExportGcsDestination
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:
- The audioExportGcsDestination.
-
getAudioExportGcsDestinationOrBuilder
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;
-
hasLoggingSettings
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:
- Whether the loggingSettings field is set.
-
getLoggingSettings
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:
- The loggingSettings.
-
getLoggingSettingsOrBuilder
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;
-
-