Module: Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService::HttpMethod

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb

Overview

HTTP method to use when calling webhooks.

Constant Summary collapse

HTTP_METHOD_UNSPECIFIED =

HTTP method not specified.

0
POST =

HTTP POST Method.

1
GET =

HTTP GET Method.

2
HEAD =

HTTP HEAD Method.

3
PUT =

HTTP PUT Method.

4
DELETE =

HTTP DELETE Method.

5
PATCH =

HTTP PATCH Method.

6
OPTIONS =

HTTP OPTIONS Method.

7