Class Message
Class Message
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
A chat completion message generated by the 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
The contents of the message.
public string Content { get; set; }
Property Value
Role
Sets or gets the role of the author of this message.
public Role Role { get; set; }