Class Message
Info
Pesan penyelesaian obrolan yang dihasilkan oleh model.
public class Message
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
Message()
public Message()
Properties
Content
Isi dari pesan.
[JsonProperty("content")]
public string Content { get; set; }
Property Value
Role
Mengatur atau mendapatkan peran penulis pesan ini.
[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll