Class ServerSentEvent
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public sealed class ServerSentEvent : IServerSentEvent
- Inheritance
-
ServerSentEvent
- Implements
- Inherited Members
Properties
Data
[JsonInclude]
public JsonNode Data { get; }
Property Value
Event
[JsonInclude]
public ServerSentEventKind Event { get; }
Property Value
Object
[JsonIgnore]
public string Object { get; }
Property Value
Value
[JsonInclude]
public JsonNode Value { get; }
Property Value
Methods
ToJsonString()
public string ToJsonString()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.