Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::ConversationLoggingSettings (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ConversationLoggingSettings.

Settings to describe the conversation logging behaviors for the app.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#disable_conversation_logging

def disable_conversation_logging() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to disable conversation logging for the sessions.

#disable_conversation_logging=

def disable_conversation_logging=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to disable conversation logging for the sessions.
Returns
  • (::Boolean) — Optional. Whether to disable conversation logging for the sessions.

#retention_window

def retention_window() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.

#retention_window=

def retention_window=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.
Returns
  • (::Google::Protobuf::Duration) — Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.