Tin nhắn lớp
Thông tin
Một tin nhắn hoàn thành trò chuyện được tạo ra bởi mô hình.
public class Message
Kế thừa
Các thành viên kế thừa
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Các hàm khởi tạo
Message()
public Message()
Thuộc tính
Nội dung
Nội dung của tin nhắn.
[JsonProperty("content")]
public string Content { get; set; }
Giá trị thuộc tính
Vai trò
Thiết lập hoặc lấy vai trò của tác giả của tin nhắn này.
[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }
Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll