Package com.openai.models.realtime
        Class InputAudioBufferClearedEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class InputAudioBufferClearedEvent.BuilderA builder for InputAudioBufferClearedEvent. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final InputAudioBufferClearedEvent.BuildereventId(String eventId)The unique ID of the server event. final InputAudioBufferClearedEvent.BuildereventId(JsonField<String> eventId)Sets Builder.eventId to an arbitrary JSON value. final InputAudioBufferClearedEvent.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final InputAudioBufferClearedEvent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final InputAudioBufferClearedEvent.BuilderputAdditionalProperty(String key, JsonValue value)final InputAudioBufferClearedEvent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final InputAudioBufferClearedEvent.BuilderremoveAdditionalProperty(String key)final InputAudioBufferClearedEvent.BuilderremoveAllAdditionalProperties(Set<String> keys)final InputAudioBufferClearedEventbuild()Returns an immutable instance of InputAudioBufferClearedEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        eventIdfinal InputAudioBufferClearedEvent.Builder eventId(String eventId) The unique ID of the server event. 
 - 
                                        eventIdfinal InputAudioBufferClearedEvent.Builder eventId(JsonField<String> eventId) Sets Builder.eventId to an arbitrary JSON value. You should usually call Builder.eventId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal InputAudioBufferClearedEvent.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("input_audio_buffer.cleared")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal InputAudioBufferClearedEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal InputAudioBufferClearedEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal InputAudioBufferClearedEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal InputAudioBufferClearedEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal InputAudioBufferClearedEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal InputAudioBufferClearedEvent build() Returns an immutable instance of InputAudioBufferClearedEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .eventId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-