Class LoggingSettings (0.3.0)

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.
bigquery_export_settings google.cloud.ces_v1beta.types.BigQueryExportSettings
Optional. Settings to describe the BigQuery export behaviors for the app. The conversation data will be exported to BigQuery tables if it is enabled.
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.