lifespanCount property

int? lifespanCount
final

The number of conversational query requests after which the context expires. The default is 0.

If set to 0, the context expires immediately.

Contexts expire automatically after 20 minutes if there are no matching queries.

Implementation

final int? lifespanCount;