checkpointLabel property
A user-defined label that identifies a particular intent. You can use this label to return to a previous intent.
Use the checkpointLabelFilter
parameter of the
GetSessionRequest
operation to filter the intents returned by
the operation to those with only the specified label.
Implementation
final String? checkpointLabel;