Class CallServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.realtime.CallService 
public final class CallServiceImpl implements CallService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCallServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description CallService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CallServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitaccept(CallAcceptParams params, RequestOptions requestOptions)Unithangup(CallHangupParams params, RequestOptions requestOptions)Unitrefer(CallReferParams params, RequestOptions requestOptions)Unitreject(CallRejectParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            
Methods inherited from class com.openai.services.blocking.realtime.CallService
accept, accept, accept, hangup, hangup, hangup, hangup, hangup, refer, refer, refer, reject, reject, reject, reject, reject - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
CallService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
CallService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
accept
Unit accept(CallAcceptParams params, RequestOptions requestOptions)
 
- 
                                        
hangup
Unit hangup(CallHangupParams params, RequestOptions requestOptions)
 
- 
                                        
refer
Unit refer(CallReferParams params, RequestOptions requestOptions)
 
- 
                                        
reject
Unit reject(CallRejectParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -