Package com.openai.models.realtime
        Class SessionUpdatedEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class SessionUpdatedEventReturned when a session is updated with a session.updateevent, unless there is an error.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classSessionUpdatedEvent.BuilderA builder for SessionUpdatedEvent. public final classSessionUpdatedEvent.SessionThe session configuration. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringeventId()The unique ID of the server event. final SessionUpdatedEvent.Sessionsession()The session configuration. final JsonValue_type()The event type, must be session.updated.final JsonField<String>_eventId()Returns the raw JSON value of eventId. final JsonField<SessionUpdatedEvent.Session>_session()Returns the raw JSON value of session. final Map<String, JsonValue>_additionalProperties()final SessionUpdatedEvent.BuildertoBuilder()final SessionUpdatedEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionUpdatedEvent.Builderbuilder()Returns a mutable builder for constructing an instance of SessionUpdatedEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sessionfinal SessionUpdatedEvent.Session session() The session configuration. 
 - 
                                        _typefinal JsonValue _type() The event type, must be session.updated.Expected to always return the following: JsonValue.from("session.updated")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _eventIdfinal JsonField<String> _eventId() Returns the raw JSON value of eventId. Unlike eventId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sessionfinal JsonField<SessionUpdatedEvent.Session> _session() Returns the raw JSON value of session. Unlike session, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal SessionUpdatedEvent.Builder toBuilder() 
 - 
                                        validatefinal SessionUpdatedEvent validate() 
 - 
                                        builderfinal static SessionUpdatedEvent.Builder builder() Returns a mutable builder for constructing an instance of SessionUpdatedEvent. The following fields are required: .eventId() .session()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-