Class ChatCompletionContentPartInputAudio
- 
                    
                    
- All Implemented Interfaces:
 
public final class ChatCompletionContentPartInputAudioLearn about audio inputs.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionContentPartInputAudio.BuilderA builder for ChatCompletionContentPartInputAudio.
public final classChatCompletionContentPartInputAudio.InputAudio 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final ChatCompletionContentPartInputAudio.InputAudioinputAudio()final JsonValue_type()The type of the content part. final JsonField<ChatCompletionContentPartInputAudio.InputAudio>_inputAudio()Returns the raw JSON value of inputAudio. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartInputAudio.BuildertoBuilder()final ChatCompletionContentPartInputAudiovalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartInputAudio.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionContentPartInputAudio. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
inputAudio
final ChatCompletionContentPartInputAudio.InputAudio inputAudio()
 
- 
                                        
_type
final JsonValue _type()
The type of the content part. Always
input_audio.Expected to always return the following:
JsonValue.from("input_audio")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
 
- 
                                        
_inputAudio
final JsonField<ChatCompletionContentPartInputAudio.InputAudio> _inputAudio()
Returns the raw JSON value of inputAudio.
Unlike inputAudio, this method doesn't throw if the JSON field has an unexpected type.
 
- 
                                        
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
 
- 
                                        
toBuilder
final ChatCompletionContentPartInputAudio.Builder toBuilder()
 
- 
                                        
validate
final ChatCompletionContentPartInputAudio validate()
 
- 
                                        
builder
final static ChatCompletionContentPartInputAudio.Builder builder()
Returns a mutable builder for constructing an instance of ChatCompletionContentPartInputAudio.
The following fields are required:
.inputAudio() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -