ThreadMessageResponse.Status

ThreadMessageResponse.Status property

Gets or sets the status of the message. One of queued , in_progress , requires_action , or completed .

public string Status { get; set; }

See Also