Package com.openai.models.realtime
        Class InputAudioBufferClearedEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class InputAudioBufferClearedEventReturned when the input audio buffer is cleared by the client with a input_audio_buffer.clearevent.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classInputAudioBufferClearedEvent.BuilderA builder for InputAudioBufferClearedEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringeventId()The unique ID of the server event. final JsonValue_type()The event type, must be input_audio_buffer.cleared.final JsonField<String>_eventId()Returns the raw JSON value of eventId. final Map<String, JsonValue>_additionalProperties()final InputAudioBufferClearedEvent.BuildertoBuilder()final InputAudioBufferClearedEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InputAudioBufferClearedEvent.Builderbuilder()Returns a mutable builder for constructing an instance of InputAudioBufferClearedEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The event type, must be input_audio_buffer.cleared.Expected to always return the following: JsonValue.from("input_audio_buffer.cleared")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. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal InputAudioBufferClearedEvent.Builder toBuilder() 
 - 
                                        validatefinal InputAudioBufferClearedEvent validate() 
 - 
                                        builderfinal static InputAudioBufferClearedEvent.Builder builder() Returns a mutable builder for constructing an instance of InputAudioBufferClearedEvent. The following fields are required: .eventId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-