ThreadMessageResponse.Role

ThreadMessageResponse.Role property

Gets or sets the entity that produced the message. One of “user” or “assistant”.

public string Role { get; set; }

See Also