getAttributes

abstract fun getAttributes(): Attributes

Get custom attributes associated with the Conversation.

Attributes are stored as a JSON format object, of arbitrary internal structure. Conversation attributes are limited in size to 32Kb.

Return

Attributes object with attributes.

See also