Package com.openai.models.beta.realtime
        Class InputAudioBufferClearEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class InputAudioBufferClearEvent.BuilderA builder for InputAudioBufferClearEvent. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final InputAudioBufferClearEvent.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final InputAudioBufferClearEvent.BuildereventId(String eventId)Optional client-generated ID used to identify this event. final InputAudioBufferClearEvent.BuildereventId(JsonField<String> eventId)Sets Builder.eventId to an arbitrary JSON value. final InputAudioBufferClearEvent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final InputAudioBufferClearEvent.BuilderputAdditionalProperty(String key, JsonValue value)final InputAudioBufferClearEvent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final InputAudioBufferClearEvent.BuilderremoveAdditionalProperty(String key)final InputAudioBufferClearEvent.BuilderremoveAllAdditionalProperties(Set<String> keys)final InputAudioBufferClearEventbuild()Returns an immutable instance of InputAudioBufferClearEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal InputAudioBufferClearEvent.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.clear")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal InputAudioBufferClearEvent.Builder eventId(String eventId) Optional client-generated ID used to identify this event. 
 - 
                                        eventIdfinal InputAudioBufferClearEvent.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. 
 - 
                                        additionalPropertiesfinal InputAudioBufferClearEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal InputAudioBufferClearEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal InputAudioBufferClearEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal InputAudioBufferClearEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal InputAudioBufferClearEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal InputAudioBufferClearEvent build() Returns an immutable instance of InputAudioBufferClearEvent. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-