Package com.openai.models.beta.realtime
        Class RealtimeClientEvent.OutputAudioBufferClear.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeClientEvent.OutputAudioBufferClear.BuilderA builder for OutputAudioBufferClear. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal RealtimeClientEvent.OutputAudioBufferClear.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("output_audio_buffer.clear")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal RealtimeClientEvent.OutputAudioBufferClear.Builder eventId(String eventId) The unique ID of the client event used for error handling. 
 - 
                                        eventIdfinal RealtimeClientEvent.OutputAudioBufferClear.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 RealtimeClientEvent.OutputAudioBufferClear.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeClientEvent.OutputAudioBufferClear.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeClientEvent.OutputAudioBufferClear.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeClientEvent.OutputAudioBufferClear.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeClientEvent.OutputAudioBufferClear.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeClientEvent.OutputAudioBufferClear build() Returns an immutable instance of OutputAudioBufferClear. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-