Package com.openai.models.responses
        Class ResponseInProgressEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInProgressEventEmitted when the response is in progress. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseInProgressEvent.BuilderA builder for ResponseInProgressEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Responseresponse()The response that is in progress. final LongsequenceNumber()The sequence number of this event. final JsonValue_type()The type of the event. final JsonField<Response>_response()Returns the raw JSON value of response. final JsonField<Long>_sequenceNumber()Returns the raw JSON value of sequenceNumber. final Map<String, JsonValue>_additionalProperties()final ResponseInProgressEvent.BuildertoBuilder()final ResponseInProgressEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseInProgressEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseInProgressEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sequenceNumberfinal Long sequenceNumber() The sequence number of this event. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always response.in_progress.Expected to always return the following: JsonValue.from("response.in_progress")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _responsefinal JsonField<Response> _response() Returns the raw JSON value of response. Unlike response, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sequenceNumberfinal JsonField<Long> _sequenceNumber() Returns the raw JSON value of sequenceNumber. Unlike sequenceNumber, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseInProgressEvent.Builder toBuilder() 
 - 
                                        validatefinal ResponseInProgressEvent validate() 
 - 
                                        builderfinal static ResponseInProgressEvent.Builder builder() Returns a mutable builder for constructing an instance of ResponseInProgressEvent. The following fields are required: .response() .sequenceNumber()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-