public sealed class CloudLoggingSettings : IMessage<CloudLoggingSettings>, IEquatable<CloudLoggingSettings>, IDeepCloneable<CloudLoggingSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class CloudLoggingSettings.
Settings to describe the Cloud Logging behaviors for the app.
Implements
IMessageCloudLoggingSettings, IEquatableCloudLoggingSettings, IDeepCloneableCloudLoggingSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
CloudLoggingSettings()
public CloudLoggingSettings()CloudLoggingSettings(CloudLoggingSettings)
public CloudLoggingSettings(CloudLoggingSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudLoggingSettings |
Properties
EnableCloudLogging
public bool EnableCloudLogging { get; set; }Optional. Whether to enable Cloud Logging for the sessions.
| Property Value | |
|---|---|
| Type | Description |
bool |
|