پیام کلاس
Info
پیام تکمیل چت که توسط مدل تولید شده است.
public class Message
وراثت
اعضای وراثتیافته
- object.GetType()،
- object.MemberwiseClone()،
- object.ToString()،
- object.Equals(object?)،
- object.Equals(object?, object?)،
- object.ReferenceEquals(object?, object?)،
- object.GetHashCode()
سازندهها
Message()
public Message()
خصوصیات
محتوا
محتویات پیام.
[JsonProperty("content")]
public string Content { get; set; }
مقدار خصوصیت
نقش
نقش نویسنده این پیام را تعیین یا دریافت میکند.
[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }
مقدار خصوصیت
فضای نام: Documentize
کتابخانه: Documentize.dll