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 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.v3.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.v3.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.v3.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.v3.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.v3.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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;