Class Message

Class Message

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

A chat completion message generated by the model.

public class Message

Inheritance

objectMessage

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

string

Role

Sets or gets the role of the author of this message.

public Role Role { get; set; }

Property Value

Role

 English