Chat SDK for Unity and Windows v1.3.1
Public 成员函数 | Public 属性 | 所有成员列表
AgoraChat.MessageBody.TextBody类 参考
类 AgoraChat.MessageBody.TextBody 继承关系图:
AgoraChat.IMessageBody

Public 成员函数

 TextBody (string text)
 

Public 属性

string Text
 
List< string > TargetLanguages
 
Dictionary< string, string > Translations
 
- Public 属性 继承自 AgoraChat.IMessageBody
MessageBodyType Type
 

额外继承的成员函数

- 属性 继承自 AgoraChat.IMessageBody
long OperationTime [get, set]
 
string OperatorId [get, set]
 
long OperationCount [get, set]
 

详细描述

文本消息体。

构造及析构函数说明

◆ TextBody()

AgoraChat.MessageBody.TextBody.TextBody ( string  text)

文本消息构造方法。

参数
text文本消息体。

类成员变量说明

◆ Text

string AgoraChat.MessageBody.TextBody.Text

文本消息内容。

◆ TargetLanguages

List<string> AgoraChat.MessageBody.TextBody.TargetLanguages

翻译目标语种。

◆ Translations

Dictionary<string, string> AgoraChat.MessageBody.TextBody.Translations

翻译语种与翻译结果。