title property

String? title
getter/setter pair

The current conversation title.

Note that changing this property value does not send changes to the cloud. Use VIConversation.update to send all changes at once

Implementation

String? title;