Class RealtimeEvent.Server.Response
public static class RealtimeEvent.Server.Response
- Inheritance
-
objectRealtimeEvent.Server.Response
Fields
Created
Returned when a new Response is created. The first event of response creation, where the response is in an initial state of "in_progress".
public const string Created = "response.created"
Field Value
- string
Done
Returned when a Response is done streaming. Always emitted, no matter the final state.
public const string Done = "response.done"
Field Value
- string