클래스 메시지
참고
모델에 의해 생성된 채팅 완료 메시지입니다.
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()
속성
내용
메시지의 내용입니다.
[JsonProperty("content")]
public string Content { get; set; }
속성 값
역할
이 메시지 작성자의 역할을 설정하거나 가져옵니다.
[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }
속성 값
네임스페이스: Documentize 어셈블리: Documentize.dll