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

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ConversationLoggingSettings.

Settings to describe the conversation logging behaviors for the app.

Inheritance

object > ConversationLoggingSettings

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ConversationLoggingSettings()

public ConversationLoggingSettings()

ConversationLoggingSettings(ConversationLoggingSettings)

public ConversationLoggingSettings(ConversationLoggingSettings other)
Parameter
Name Description
other ConversationLoggingSettings

Properties

DisableConversationLogging

public bool DisableConversationLogging { get; set; }

Optional. Whether to disable conversation logging for the sessions.

Property Value
Type Description
bool