Reference documentation and code samples for the Google Cloud Ces V1 Client class LoggingSettings.
Settings to describe the logging behaviors for the app.
Generated from protobuf message google.cloud.ces.v1.LoggingSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ redaction_config
↳ audio_recording_config
↳ bigquery_export_settings
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
↳ conversation_logging_settings
ConversationLoggingSettings
Optional. Settings to describe the conversation logging behaviors for the app.
↳ evaluation_audio_recording_config
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
MetricAnalysisSettings
Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
getRedactionConfig
Optional. Configuration for how sensitive data should be redacted.
hasRedactionConfig
clearRedactionConfig
setRedactionConfig
Optional. Configuration for how sensitive data should be redacted.
$this
getAudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded.
hasAudioRecordingConfig
clearAudioRecordingConfig
setAudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded.
$this
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.
hasBigqueryExportSettings
clearBigqueryExportSettings
setBigqueryExportSettings
Optional. Settings to describe the BigQuery export behaviors for the app.
The conversation data will be exported to BigQuery tables if it is enabled.
$this
getCloudLoggingSettings
Optional. Settings to describe the Cloud Logging behaviors for the app.
hasCloudLoggingSettings
clearCloudLoggingSettings
setCloudLoggingSettings
Optional. Settings to describe the Cloud Logging behaviors for the app.
$this
getConversationLoggingSettings
Optional. Settings to describe the conversation logging behaviors for the app.
hasConversationLoggingSettings
clearConversationLoggingSettings
setConversationLoggingSettings
Optional. Settings to describe the conversation logging behaviors for the app.
$this
getEvaluationAudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
hasEvaluationAudioRecordingConfig
clearEvaluationAudioRecordingConfig
setEvaluationAudioRecordingConfig
Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
$this
getMetricAnalysisSettings
Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
hasMetricAnalysisSettings
clearMetricAnalysisSettings
setMetricAnalysisSettings
Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
$this

