Dialogflow v3 API - Enum SecuritySettings.Types.RetentionStrategy (2.18.0)

public enum SecuritySettings.Types.RetentionStrategy

Reference documentation and code samples for the Dialogflow v3 API enum SecuritySettings.Types.RetentionStrategy.

Defines how long we retain persisted data that contains sensitive info.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

Name Description
RemoveAfterConversation

Removes data when the conversation ends. If there is no [Conversation][] explicitly established, a default conversation ends when the corresponding Dialogflow session ends.

Unspecified

Retains the persisted data with Dialogflow's internal default 365d TTLs.