Class Message
情報
モデルによって生成されたチャット完了メッセージ。
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