Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoggingSettings

import type { LoggingSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Settings to describe the logging behaviors for the app.

interface LoggingSettings {
audioRecordingConfig?: AudioRecordingConfig;
bigqueryExportSettings?: BigQueryExportSettings;
cloudLoggingSettings?: CloudLoggingSettings;
conversationLoggingSettings?: ConversationLoggingSettings;
evaluationAudioRecordingConfig?: AudioRecordingConfig;
metricAnalysisSettings?: MetricAnalysisSettings;
redactionConfig?: RedactionConfig;
}

§Properties

§
audioRecordingConfig?: AudioRecordingConfig
[src]

Optional. Configuration for how audio interactions should be recorded.

§
bigqueryExportSettings?: BigQueryExportSettings
[src]

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

§
cloudLoggingSettings?: CloudLoggingSettings
[src]

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

§
conversationLoggingSettings?: ConversationLoggingSettings
[src]

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

§
evaluationAudioRecordingConfig?: AudioRecordingConfig
[src]

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

§
metricAnalysisSettings?: MetricAnalysisSettings
[src]

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

§
redactionConfig?: RedactionConfig
[src]

Optional. Configuration for how sensitive data should be redacted.