Class InputAudioBufferAppendEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class InputAudioBufferAppendEvent.BuilderA builder for InputAudioBufferAppendEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        audiofinal InputAudioBufferAppendEvent.Builder audio(String audio) Base64-encoded audio bytes. This must be in the format specified by the input_audio_formatfield in the session configuration.
 - 
                                        audiofinal InputAudioBufferAppendEvent.Builder audio(JsonField<String> audio) Sets Builder.audio to an arbitrary JSON value. You should usually call Builder.audio with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal InputAudioBufferAppendEvent.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.append")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal InputAudioBufferAppendEvent.Builder eventId(String eventId) Optional client-generated ID used to identify this event. 
 - 
                                        eventIdfinal InputAudioBufferAppendEvent.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 InputAudioBufferAppendEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal InputAudioBufferAppendEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal InputAudioBufferAppendEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal InputAudioBufferAppendEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal InputAudioBufferAppendEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal InputAudioBufferAppendEvent build() Returns an immutable instance of InputAudioBufferAppendEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .audio()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-