Show / Hide Table of Contents

Class LoggingSettings

Settings to describe the logging behaviors for the app.

Inheritance
object
LoggingSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LoggingSettings : IDirectResponseSchema

Properties

AudioRecordingConfig

Optional. Configuration for how audio interactions should be recorded.

Declaration
[JsonProperty("audioRecordingConfig")]
public virtual AudioRecordingConfig AudioRecordingConfig { get; set; }
Property Value
Type Description
AudioRecordingConfig

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.

Declaration
[JsonProperty("bigqueryExportSettings")]
public virtual BigQueryExportSettings BigqueryExportSettings { get; set; }
Property Value
Type Description
BigQueryExportSettings

CloudLoggingSettings

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

Declaration
[JsonProperty("cloudLoggingSettings")]
public virtual CloudLoggingSettings CloudLoggingSettings { get; set; }
Property Value
Type Description
CloudLoggingSettings

ConversationLoggingSettings

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

Declaration
[JsonProperty("conversationLoggingSettings")]
public virtual ConversationLoggingSettings ConversationLoggingSettings { get; set; }
Property Value
Type Description
ConversationLoggingSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationAudioRecordingConfig

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

Declaration
[JsonProperty("evaluationAudioRecordingConfig")]
public virtual AudioRecordingConfig EvaluationAudioRecordingConfig { get; set; }
Property Value
Type Description
AudioRecordingConfig

MetricAnalysisSettings

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

Declaration
[JsonProperty("metricAnalysisSettings")]
public virtual MetricAnalysisSettings MetricAnalysisSettings { get; set; }
Property Value
Type Description
MetricAnalysisSettings

RedactionConfig

Optional. Configuration for how sensitive data should be redacted.

Declaration
[JsonProperty("redactionConfig")]
public virtual RedactionConfig RedactionConfig { get; set; }
Property Value
Type Description
RedactionConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX