conversation property
dynamic
conversation
getter/setter pair
Either a Conversation object
(as returned from getOrCreateConversation) or the id field of
a conversation (which you may have stored in your database).
If given the HTML panel called will only show up for that conversation.
Implementation
external dynamic /*ConversationBuilder | string | Null*/ conversation;