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 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.LoggingSettings
getLoggingSettings()
Settings for logging.AdvancedSettings.LoggingSettingsOrBuilder
getLoggingSettingsOrBuilder()
Settings for logging.boolean
hasAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.boolean
hasLoggingSettings()
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;
-
-