Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 939 Bytes

WebHookProperties.md

File metadata and controls

12 lines (8 loc) · 939 Bytes

WebHookProperties

Properties

Name Type Description Notes
error \Swagger\Client\Model\EntityError [optional]
api_version string The API version the web hook was created in. This defines the shape of the payload in the callbacks. If the payload type is not supported anymore, because the shape changed and the API version using it is removed (after deprecation), the web hook will be disabled. [optional]
secret string A secret that will be used to create a SHA256 hash of the payload with the secret as HMAC key. This hash will be set as X-MicrosoftSpeechServices-Signature header when calling back into the registered URL. [optional]

[Back to Model list] [Back to API list] [Back to README]