setTranslationEnabledForConversation method
Enable or disable translation for a conversation.
@param conversation - The conversation for which this hsould be be set. If not specified, the setting will be applied to the currently selected conversation. @param enabled - Whether translation should be enabled
Implementation
external void setTranslationEnabledForConversation(
dynamic /*string | ConversationBuilder*/ conversation,
bool enabled,
);