public enum Webhook.Types.GenericWebService.Types.HttpMethodReference documentation and code samples for the Dialogflow v3 API enum Webhook.Types.GenericWebService.Types.HttpMethod.
HTTP method to use when calling webhooks.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Fields |
|
|---|---|
| Name | Description |
Delete |
HTTP DELETE Method. |
Get |
HTTP GET Method. |
Head |
HTTP HEAD Method. |
Options |
HTTP OPTIONS Method. |
Patch |
HTTP PATCH Method. |
Post |
HTTP POST Method. |
Put |
HTTP PUT Method. |
Unspecified |
HTTP method not specified. |