LoggingSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings to describe the logging behaviors for the app.
Attributes |
|
|---|---|
| Name | Description |
redaction_config |
google.cloud.ces_v1beta.types.RedactionConfig
Optional. Configuration for how sensitive data should be redacted. |
audio_recording_config |
google.cloud.ces_v1beta.types.AudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig. |
unredacted_audio_recording_config |
google.cloud.ces_v1beta.types.AudioRecordingConfig
Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes. |
bigquery_export_settings |
google.cloud.ces_v1beta.types.BigQueryExportSettings
Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig. |
cloud_logging_settings |
google.cloud.ces_v1beta.types.CloudLoggingSettings
Optional. Settings to describe the Cloud Logging behaviors for the app. |
conversation_logging_settings |
google.cloud.ces_v1beta.types.ConversationLoggingSettings
Optional. Settings to describe the conversation logging behaviors for the app. |
evaluation_audio_recording_config |
google.cloud.ces_v1beta.types.AudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions. |
metric_analysis_settings |
google.cloud.ces_v1beta.types.MetricAnalysisSettings
Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app. |