labels property

Map<String, String>? labels
getter/setter pair

A map for the user to specify any custom fields.

A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.

Implementation

core.Map<core.String, core.String>? labels;