Class CallServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.realtime.CallService
 
 public final class CallServiceImpl implements CallService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCallServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier 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.CallServiceaccept, accept, accept, hangup, hangup, hangup, hangup, hangup, refer, refer, refer, reject, reject, reject, reject, reject
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseCallService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsCallService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        acceptUnit accept(CallAcceptParams params, RequestOptions requestOptions) 
 - 
                                        hangupUnit hangup(CallHangupParams params, RequestOptions requestOptions) 
 - 
                                        referUnit refer(CallReferParams params, RequestOptions requestOptions) 
 - 
                                        rejectUnit reject(CallRejectParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-