Table of Contents

Class HttpResponse

public class HttpResponse
Inheritance
object
HttpResponse

Properties

Body

The JSON body of the response

public JObject Body { get; set; }

Property Value

JObject

RequestId

An unique identifier for the OpenAI API request. Please include this request ID when contacting support.

public string RequestId { get; set; }

Property Value

string

StatusCode

The HTTP status code of the response

public int StatusCode { get; set; }

Property Value

int