クラスメッセージ
情報
モデルによって生成されたチャット完了メッセージ。
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()
プロパティ
Content
メッセージの内容。
[JsonProperty("content")]
public string Content { get; set; }
プロパティ値
Role
このメッセージの著者の役割を設定または取得します。
[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }
プロパティ値
名前空間: Documentize
アセンブリ: Documentize.dll