Package com.openai.services.async
        Interface WebhookServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface WebhookServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceWebhookServiceAsync.WithRawResponseA view of WebhookServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract WebhookServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract WebhookServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract UnwrapWebhookEventunwrap(WebhookVerificationParams params)Validates that the given payload was sent by OpenAI and parses the payload. abstract UnitverifySignature(WebhookVerificationParams params)Validates whether or not the webhook payload was sent by OpenAI. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract WebhookServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract WebhookServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        unwrapabstract UnwrapWebhookEvent unwrap(WebhookVerificationParams params) Validates that the given payload was sent by OpenAI and parses the payload. - Parameters:
- params- Verification parameters including payload, headers, secret and tolerance
 
 - 
                                        verifySignatureabstract Unit verifySignature(WebhookVerificationParams params) Validates whether or not the webhook payload was sent by OpenAI. - Parameters:
- params- Verification parameters including payload, headers, secret and tolerance
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-