setTranslationEnabledForConversation method

void setTranslationEnabledForConversation(
  1. dynamic conversation,
  2. bool enabled
)

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,
);