translationTargetLanguages property

List<String>? translationTargetLanguages
final

The list of target translation languages with the language codes. The messages that have been sent or scheduled with translation option will have this list. (refer to BaseChannelMessage.sendUserMessage)

Implementation

final List<String>? translationTargetLanguages;