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