Interface SecuritySettings.AudioExportSettingsOrBuilder

    • Method Detail

      • getGcsBucket

        String getGcsBucket()
         Cloud Storage bucket to export audio record to.
         Setting this field would grant the Storage Object Creator role to
         the Dialogflow Service Agent.
         API caller that tries to modify this field should have the permission of
         storage.buckets.setIamPolicy.
         
        string gcs_bucket = 1;
        Returns:
        The gcsBucket.
      • getGcsBucketBytes

        com.google.protobuf.ByteString getGcsBucketBytes()
         Cloud Storage bucket to export audio record to.
         Setting this field would grant the Storage Object Creator role to
         the Dialogflow Service Agent.
         API caller that tries to modify this field should have the permission of
         storage.buckets.setIamPolicy.
         
        string gcs_bucket = 1;
        Returns:
        The bytes for gcsBucket.
      • getAudioExportPattern

        String getAudioExportPattern()
         Filename pattern for exported audio.
         
        string audio_export_pattern = 2;
        Returns:
        The audioExportPattern.
      • getAudioExportPatternBytes

        com.google.protobuf.ByteString getAudioExportPatternBytes()
         Filename pattern for exported audio.
         
        string audio_export_pattern = 2;
        Returns:
        The bytes for audioExportPattern.
      • getEnableAudioRedaction

        boolean getEnableAudioRedaction()
         Enable audio redaction if it is true.
         
        bool enable_audio_redaction = 3;
        Returns:
        The enableAudioRedaction.
      • getAudioFormatValue

        int getAudioFormatValue()
         File format for exported audio file. Currently only in telephony
         recordings.
         
        .google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
        Returns:
        The enum numeric value on the wire for audioFormat.
      • getAudioFormat

        SecuritySettings.AudioExportSettings.AudioFormat getAudioFormat()
         File format for exported audio file. Currently only in telephony
         recordings.
         
        .google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
        Returns:
        The audioFormat.