Interface LoggingSettingsOrBuilder (0.1.0)

public interface LoggingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioRecordingConfig()

public abstract AudioRecordingConfig getAudioRecordingConfig()

Optional. Configuration for how audio interactions should be recorded.

.google.cloud.ces.v1.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AudioRecordingConfig

The audioRecordingConfig.

getAudioRecordingConfigOrBuilder()

public abstract AudioRecordingConfigOrBuilder getAudioRecordingConfigOrBuilder()

Optional. Configuration for how audio interactions should be recorded.

.google.cloud.ces.v1.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AudioRecordingConfigOrBuilder

getBigqueryExportSettings()

public abstract BigQueryExportSettings getBigqueryExportSettings()

Optional. Settings to describe the BigQuery export behaviors for the app. The conversation data will be exported to BigQuery tables if it is enabled.

.google.cloud.ces.v1.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BigQueryExportSettings

The bigqueryExportSettings.

getBigqueryExportSettingsOrBuilder()

public abstract BigQueryExportSettingsOrBuilder getBigqueryExportSettingsOrBuilder()

Optional. Settings to describe the BigQuery export behaviors for the app. The conversation data will be exported to BigQuery tables if it is enabled.

.google.cloud.ces.v1.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BigQueryExportSettingsOrBuilder

getCloudLoggingSettings()

public abstract CloudLoggingSettings getCloudLoggingSettings()

Optional. Settings to describe the Cloud Logging behaviors for the app.

.google.cloud.ces.v1.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CloudLoggingSettings

The cloudLoggingSettings.

getCloudLoggingSettingsOrBuilder()

public abstract CloudLoggingSettingsOrBuilder getCloudLoggingSettingsOrBuilder()

Optional. Settings to describe the Cloud Logging behaviors for the app.

.google.cloud.ces.v1.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CloudLoggingSettingsOrBuilder

getConversationLoggingSettings()

public abstract ConversationLoggingSettings getConversationLoggingSettings()

Optional. Settings to describe the conversation logging behaviors for the app.

.google.cloud.ces.v1.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConversationLoggingSettings

The conversationLoggingSettings.

getConversationLoggingSettingsOrBuilder()

public abstract ConversationLoggingSettingsOrBuilder getConversationLoggingSettingsOrBuilder()

Optional. Settings to describe the conversation logging behaviors for the app.

.google.cloud.ces.v1.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConversationLoggingSettingsOrBuilder

getEvaluationAudioRecordingConfig()

public abstract AudioRecordingConfig getEvaluationAudioRecordingConfig()

Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.

.google.cloud.ces.v1.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AudioRecordingConfig

The evaluationAudioRecordingConfig.

getEvaluationAudioRecordingConfigOrBuilder()

public abstract AudioRecordingConfigOrBuilder getEvaluationAudioRecordingConfigOrBuilder()

Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.

.google.cloud.ces.v1.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AudioRecordingConfigOrBuilder

getMetricAnalysisSettings()

public abstract MetricAnalysisSettings getMetricAnalysisSettings()

Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.

.google.cloud.ces.v1.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MetricAnalysisSettings

The metricAnalysisSettings.

getMetricAnalysisSettingsOrBuilder()

public abstract MetricAnalysisSettingsOrBuilder getMetricAnalysisSettingsOrBuilder()

Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.

.google.cloud.ces.v1.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MetricAnalysisSettingsOrBuilder

getRedactionConfig()

public abstract RedactionConfig getRedactionConfig()

Optional. Configuration for how sensitive data should be redacted.

.google.cloud.ces.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RedactionConfig

The redactionConfig.

getRedactionConfigOrBuilder()

public abstract RedactionConfigOrBuilder getRedactionConfigOrBuilder()

Optional. Configuration for how sensitive data should be redacted.

.google.cloud.ces.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RedactionConfigOrBuilder

hasAudioRecordingConfig()

public abstract boolean hasAudioRecordingConfig()

Optional. Configuration for how audio interactions should be recorded.

.google.cloud.ces.v1.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the audioRecordingConfig field is set.

hasBigqueryExportSettings()

public abstract boolean hasBigqueryExportSettings()

Optional. Settings to describe the BigQuery export behaviors for the app. The conversation data will be exported to BigQuery tables if it is enabled.

.google.cloud.ces.v1.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the bigqueryExportSettings field is set.

hasCloudLoggingSettings()

public abstract boolean hasCloudLoggingSettings()

Optional. Settings to describe the Cloud Logging behaviors for the app.

.google.cloud.ces.v1.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the cloudLoggingSettings field is set.

hasConversationLoggingSettings()

public abstract boolean hasConversationLoggingSettings()

Optional. Settings to describe the conversation logging behaviors for the app.

.google.cloud.ces.v1.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the conversationLoggingSettings field is set.

hasEvaluationAudioRecordingConfig()

public abstract boolean hasEvaluationAudioRecordingConfig()

Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.

.google.cloud.ces.v1.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the evaluationAudioRecordingConfig field is set.

hasMetricAnalysisSettings()

public abstract boolean hasMetricAnalysisSettings()

Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.

.google.cloud.ces.v1.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the metricAnalysisSettings field is set.

hasRedactionConfig()

public abstract boolean hasRedactionConfig()

Optional. Configuration for how sensitive data should be redacted.

.google.cloud.ces.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the redactionConfig field is set.