Gemini Enterprise for Customer Experience v1 API - Class CloudLoggingSettings (1.0.0-beta01)

public sealed class CloudLoggingSettings : IMessage<CloudLoggingSettings>, IEquatable<CloudLoggingSettings>, IDeepCloneable<CloudLoggingSettings>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > CloudLoggingSettings

Namespace

Google.Cloud.Ces.V1

Assembly

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