Class TextResponse

TextResponse 类

表示消息中包含的文本内容。

public class TextResponse

构造函数

名称描述
TextResponse()默认构造函数。

属性

名称描述
Annotations { get; set; }获取或设置消息的注释列表。
Value { get; set; }获取或设置消息的文本。

另请参阅