Dialogflow v3 API - Enum Webhook.Types.GenericWebService.Types.HttpMethod (2.17.0)

public enum Webhook.Types.GenericWebService.Types.HttpMethod

Reference 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.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
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.