translationTargetLanguages property

List<String>? translationTargetLanguages
getter/setter pair

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

List<String>? translationTargetLanguages;