Class TranslationDialogModel.Source
- java.lang.Object
-
- com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
-
- Enclosing class:
- TranslationDialogModel
public static class TranslationDialogModel.Source extends Object
Represents a source for translation.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
languageKey
protected String
languageName
protected String
text
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguageKey()
Returns the language key.String
getLanguageName()
Returns the language name.String
getText()
Returns the text.
-