This commit is contained in:
glharper@microsoft.com 2023-07-05 10:25:23 -07:00
Родитель 28cbf2f926
Коммит 1568dc27a6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -481,6 +481,7 @@ export class ConversationServiceAdapter extends ServiceRecognizerBase {
case "translated_message":
const textPayload: TextResponsePayload = TextResponsePayload.fromJSON(message.textBody);
// TODO: (Native parity) a result reason should be set based whether the participantId is ours or not
const textResult: ConversationTranslationResult = new ConversationTranslationResult(textPayload.participantId,
this.getTranslations(textPayload.translations),