Interface ConversationLoggingSettingsOrBuilder (0.9.0)

public interface ConversationLoggingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisableConversationLogging()

public abstract boolean getDisableConversationLogging()

Optional. Whether to disable conversation logging for the sessions.

bool disable_conversation_logging = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The disableConversationLogging.

getRetentionWindow()

public abstract Duration getRetentionWindow()

Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.

.google.protobuf.Duration retention_window = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The retentionWindow.

getRetentionWindowOrBuilder()

public abstract DurationOrBuilder getRetentionWindowOrBuilder()

Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.

.google.protobuf.Duration retention_window = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

hasRetentionWindow()

public abstract boolean hasRetentionWindow()

Optional. Controls the retention window for the conversation. If not set, the conversation will be retained for 365 days.

.google.protobuf.Duration retention_window = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the retentionWindow field is set.