retentionWindowDays property

int? retentionWindowDays
getter/setter pair

Retains the data for the specified number of days.

User must set a value lower than Dialogflow's default 365d TTL (30 days for Agent Assist traffic), higher value will be ignored and use default. Setting a value higher than that has no effect. A missing value or setting to 0 also means we use default TTL.

Implementation

core.int? retentionWindowDays;