Class ResponseCompletedWebhookEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCompletedWebhookEventSent when a background response has been completed. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseCompletedWebhookEvent.BuilderA builder for ResponseCompletedWebhookEvent. public final classResponseCompletedWebhookEvent.DataEvent data payload. public final classResponseCompletedWebhookEvent.ObjectThe object of the event. Always event.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the event. final LongcreatedAt()The Unix timestamp (in seconds) of when the model response was completed. final ResponseCompletedWebhookEvent.Datadata()Event data payload. final JsonValue_type()The type of the event. final Optional<ResponseCompletedWebhookEvent.Object>object_()The object of the event. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<ResponseCompletedWebhookEvent.Data>_data()Returns the raw JSON value of data. final JsonField<ResponseCompletedWebhookEvent.Object>_object_()Returns the raw JSON value of object_. final Map<String, JsonValue>_additionalProperties()final ResponseCompletedWebhookEvent.BuildertoBuilder()final ResponseCompletedWebhookEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseCompletedWebhookEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseCompletedWebhookEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The Unix timestamp (in seconds) of when the model response was completed. 
 - 
                                        datafinal ResponseCompletedWebhookEvent.Data data() Event data payload. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always response.completed.Expected to always return the following: JsonValue.from("response.completed")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        object_final Optional<ResponseCompletedWebhookEvent.Object> object_() The object of the event. Always event.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _datafinal JsonField<ResponseCompletedWebhookEvent.Data> _data() Returns the raw JSON value of data. Unlike data, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<ResponseCompletedWebhookEvent.Object> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseCompletedWebhookEvent.Builder toBuilder() 
 - 
                                        validatefinal ResponseCompletedWebhookEvent validate() 
 - 
                                        builderfinal static ResponseCompletedWebhookEvent.Builder builder() Returns a mutable builder for constructing an instance of ResponseCompletedWebhookEvent. The following fields are required: .id() .createdAt() .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-